Skip to content

Commit 00c9177

Browse files
committed
Allow failures on nightly
1 parent 0cce907 commit 00c9177

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ python:
88
- '3.4'
99
- nightly
1010
- pypy
11+
matrix:
12+
allow_failures:
13+
- python: nightly
1114
install:
1215
- "if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi"
1316
- pip install pylint

0 commit comments

Comments
 (0)