Test Python 3.6 on Travis CI

Partial fix for https://github.com/pytest-dev/pytest/issues/2134
This commit is contained in:
Miro Hrončok 2016-12-13 15:16:06 +01:00
parent 1680eeb3a3
commit 6b24ce2a9d
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -9,6 +9,7 @@ envlist=
py33
py34
py35
py36
pypy
{py27,py35}-{pexpect,xdist,trial}
py27-nobyte