Test Python 3.6 on Travis CI
Partial fix for https://github.com/pytest-dev/pytest/issues/2134
This commit is contained in:
parent
1680eeb3a3
commit
6b24ce2a9d
|
@ -32,6 +32,9 @@ matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
# py35-trial failing on Linux: #1989
|
# py35-trial failing on Linux: #1989
|
||||||
- env: TESTENV=py35-trial
|
- env: TESTENV=py35-trial
|
||||||
|
include:
|
||||||
|
- env: TESTENV=py36
|
||||||
|
python: '3.6-dev'
|
||||||
|
|
||||||
script: tox --recreate -e $TESTENV
|
script: tox --recreate -e $TESTENV
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue