mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-16 21:30:23 +00:00
Allow travis to fail for the python3.5 interpreter not yet available
This commit is contained in:
parent
ecf5e892e2
commit
c89a63edbe
1 changed files with 5 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue