Skip to content

Commit

Permalink
updated travis config for python3.5 ...again
Browse files Browse the repository at this point in the history
  • Loading branch information
synasius committed Nov 20, 2015
1 parent 38992be commit 772dbed
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@ env:
- TOX_ENV=docs

matrix:
# Python 3.5 not yet available on travis, watch this to see when it is.
# Python 3.5 not yet available on travis, watch this to see when it is.
fast_finish: true
allow_failures:
- env:
- TOX_ENV=py35-django18
- TOX_ENV=py35-django19
- env: TOX_ENV=py35-django18
- env: TOX_ENV=py35-django19

install:
- pip install tox
Expand Down

0 comments on commit 772dbed

Please sign in to comment.