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