Skip to content

Commit 0182d41

Browse files
committed
Allow failure on nightly builds
1 parent 90a2c8c commit 0182d41

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,7 @@ install:
1212
- pip install -r requirements.txt
1313
script:
1414
- tox
15-
- tox -e py27 -- -x --integration-tests
15+
- tox -e py27 -- -x --integration-tests
16+
matrix:
17+
allow_failures:
18+
- python: "nightly"

0 commit comments

Comments
 (0)