Merge pull request #284 from ijl/py37
Travis uses 3.7 instead of 3.7-dev
This commit is contained in:
commit
13e7e3968a
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue