Skip to content

Commit 305cfc1

Browse files
committed
Merge pull request #309 from Photonomie/prepare-for-python35
Add the py35-django19 env to travis but allow it to fail
2 parents 54961f5 + ba798e4 commit 305cfc1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,15 @@ env:
2121
- TOX_ENV=py34-django17
2222
- TOX_ENV=py34-django18
2323
- TOX_ENV=py34-django19
24+
- TOX_ENV=py35-django19
2425
- TOX_ENV=docs
2526

27+
matrix:
28+
# Python 3.5 not yet available on travis, watch this to see when it is.
29+
fast_finish: true
30+
allow_failures:
31+
- env: TOX_ENV=py35-django19
32+
2633
install:
2734
- pip install tox
2835
- pip install coveralls

0 commit comments

Comments
 (0)