Update .travis.yml

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

View File

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