Update .travis.yml

This commit is contained in:
Raphael 2019-01-14 11:32:55 +01:00 committed by GitHub
parent ac3eff13de
commit 74904549a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 7 deletions

View File

@ -1,8 +1,7 @@
language: python language: python
python: python:
- "3.6" - "3.6"
- "3.7" - "3.7"
install: install:
- pip install -r requirements.txt - pip install -r requirements.txt
script: script: bash ./examples/generate.sh
- bash ./examples/generate.sh