Merge pull request #284 from ijl/py37

Travis uses 3.7 instead of 3.7-dev
This commit is contained in:
konstin 2018-11-24 13:04:39 +01:00 committed by GitHub
commit 13e7e3968a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -1,5 +1,7 @@
language: python
dist: xenial
cache:
pip: true
cargo: true
@ -12,10 +14,7 @@ matrix:
env: FEATURES=python3
- python: "3.6"
env: FEATURES=python3
- python: "3.7-dev"
env: FEATURES=python3
allow_failures:
- python: "3.7-dev"
- python: "3.7"
env: FEATURES=python3
env: