Skip to content

Commit

Permalink
Allow travis to fail for the python3.5 interpreter not yet available
Browse files Browse the repository at this point in the history
  • Loading branch information
dulacp committed Oct 31, 2015
1 parent ecf5e89 commit c89a63e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ env:
- TOX_ENV=py34-django19
- TOX_ENV=py35-django19

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

install: pip install tox --use-mirrors
script: tox
notifications:
Expand Down

0 comments on commit c89a63e

Please sign in to comment.