Skip to content

Commit 772dbed

Browse files
committed
updated travis config for python3.5 ...again
1 parent 38992be commit 772dbed

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

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

2020
matrix:
21-
# Python 3.5 not yet available on travis, watch this to see when it is.
21+
# Python 3.5 not yet available on travis, watch this to see when it is.
2222
fast_finish: true
2323
allow_failures:
24-
- env:
25-
- TOX_ENV=py35-django18
26-
- TOX_ENV=py35-django19
24+
- env: TOX_ENV=py35-django18
25+
- env: TOX_ENV=py35-django19
2726

2827
install:
2928
- pip install tox

0 commit comments

Comments
 (0)