Merge pull request #72 from AFPy/matrixise-patch-1

Delete .travis.yml
This commit is contained in:
Stéphane Wirtel 2021-05-07 14:37:59 +02:00 committed by GitHub
commit 09526da652
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +0,0 @@
language: python
python:
- 3.6
install:
- virtualenv -p python .env
- make install
script:
- make test
sudo: false