Allow failure of py35-trial on Travis

Related to #1989
This commit is contained in:
Bruno Oliveira 2016-11-11 19:03:18 -02:00
parent 3e01e83390
commit 1519b38af0
1 changed files with 6 additions and 2 deletions

View File

@ -22,13 +22,17 @@ env:
- TESTENV=py27-trial
- TESTENV=py35-pexpect
- TESTENV=py35-xdist
# Disable py35-trial temporarily: #1989
#- TESTENV=py35-trial
- TESTENV=py35-trial
- TESTENV=py27-nobyte
- TESTENV=doctesting
- TESTENV=freeze
- TESTENV=docs
matrix:
allow_failures:
# py35-trial failing on Linux: #1989
- env: TESTENV=py35-trial
script: tox --recreate -e $TESTENV
notifications: