Skip to content

Commit

Permalink
Allow failure of py35-trial on Travis
Browse files Browse the repository at this point in the history
Related to pytest-dev#1989
  • Loading branch information
nicoddemus committed Nov 11, 2016
1 parent 3e01e83 commit 1519b38
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1519b38

Please sign in to comment.