Skip to content

Commit 4ba21d2

Browse files
authored
Travis CI: allow_failures in Python end of life branches
Related to the changes in #81 https://devguide.python.org/#status-of-python-branches vs. https://devguide.python.org/devcycle/#end-of-life-branches
1 parent e864119 commit 4ba21d2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ jobs:
77
fast_finish: true
88
allow_failures:
99
- env: TOXENV=docstrings
10+
- env: TOXENV=py27
11+
- env: TOXENV=py34
12+
- env: TOXENV=py35
13+
- env: TOXENV=pypy
1014
include:
1115
- python: 2.7
1216
env: TOXENV=py27

0 commit comments

Comments
 (0)