Skip to content

Commit 1519b38

Browse files
committed
Allow failure of py35-trial on Travis
Related to #1989
1 parent 3e01e83 commit 1519b38

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,17 @@ env:
2222
- TESTENV=py27-trial
2323
- TESTENV=py35-pexpect
2424
- TESTENV=py35-xdist
25-
# Disable py35-trial temporarily: #1989
26-
#- TESTENV=py35-trial
25+
- TESTENV=py35-trial
2726
- TESTENV=py27-nobyte
2827
- TESTENV=doctesting
2928
- TESTENV=freeze
3029
- TESTENV=docs
3130

31+
matrix:
32+
allow_failures:
33+
# py35-trial failing on Linux: #1989
34+
- env: TESTENV=py35-trial
35+
3236
script: tox --recreate -e $TESTENV
3337

3438
notifications:

0 commit comments

Comments
 (0)