We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e01e83 commit 1519b38Copy full SHA for 1519b38
1 file changed
.travis.yml
@@ -22,13 +22,17 @@ env:
22
- TESTENV=py27-trial
23
- TESTENV=py35-pexpect
24
- TESTENV=py35-xdist
25
- # Disable py35-trial temporarily: #1989
26
- #- TESTENV=py35-trial
+ - TESTENV=py35-trial
27
- TESTENV=py27-nobyte
28
- TESTENV=doctesting
29
- TESTENV=freeze
30
- TESTENV=docs
31
+matrix:
32
+ allow_failures:
33
+ # py35-trial failing on Linux: #1989
34
+ - env: TESTENV=py35-trial
35
+
36
script: tox --recreate -e $TESTENV
37
38
notifications:
0 commit comments