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 cbecb35
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@ 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
allow_failures:
# py35-trial failing on Linux: #1989
- TESTENV=py35-trial

script: tox --recreate -e $TESTENV

Expand Down

0 comments on commit cbecb35

Please sign in to comment.