Skip to content

Commit e71fcc1

Browse files
committed
Allow failures of python2 travis jobs
1 parent f12591d commit e71fcc1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@ matrix:
1616
env: TOXENV=py36
1717
- python: pypy
1818
env: TOXENV=pypy
19+
allow_failures:
20+
- python: 2.6
21+
env: TOXENV=py26
22+
- python: 2.7
23+
env: TOXENV=py27
24+
- python: 3.3
25+
env: TOXENV=py33
26+
- python: pypy
27+
env: TOXENV=pypy
28+
1929
install:
2030
- pip install tox
2131
- pip install codecov

0 commit comments

Comments
 (0)