Update .travis.yml

This commit is contained in:
Andrea Ierardi 2020-04-16 20:29:10 +02:00 committed by GitHub
parent 846cf5b037
commit a19ede5db6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,9 @@
language: python
python:
- "3.6" # current default Python on Travis CI
- "3.7"
- "3.8"
- "nightly" # nightly build
# command to install dependencies
install:
- pip install -r requirements.txt
python:
- "3.6" # current default Python on Travis CI
# command to run tests
script:
- pytest