using python 3.7-dev

This commit is contained in:
Raphael 2019-01-14 11:35:37 +01:00 committed by GitHub
parent c9a8441f36
commit 58f35cb634
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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