Delete .travis.yml

This commit is contained in:
Tanay Soni 2020-06-09 12:00:13 +02:00 committed by GitHub
parent 160345f3d5
commit 2e4d2e792b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +0,0 @@
language: python
sudo: true
cache: pip
python:
- "3.7"
install:
- "pip install -e ."
script:
- "cd test && pytest"