Skip to content

Commit 38992be

Browse files
committed
python3.5 envs allowed to fail
1 parent 3d3a75c commit 38992be

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ env:
1818
- TOX_ENV=docs
1919

2020
matrix:
21-
include:
22-
- python: 3.5
23-
env:
21+
# Python 3.5 not yet available on travis, watch this to see when it is.
22+
fast_finish: true
23+
allow_failures:
24+
- env:
2425
- TOX_ENV=py35-django18
2526
- TOX_ENV=py35-django19
2627

0 commit comments

Comments
 (0)