Skip to content

Commit 074c21d

Browse files
authored
Allow failure in "nightly" Python until we fix it (#90)
1 parent 770f127 commit 074c21d

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
@@ -11,6 +11,9 @@ python:
1111
- pypy-5.3
1212
- pypy3
1313
- pypy3.3-5.2-alpha1
14+
matrix:
15+
allow_failures:
16+
- python: nightly
1417
install:
1518
- pip install flake8==2.1.0 pep8==1.5.6
1619
- python setup.py install

0 commit comments

Comments
 (0)