Merge pull request #3849 from linovia/feature/py35_build

Activate the Python 3.5 build.
This commit is contained in:
Xavier Ordoquy 2016-01-20 14:18:06 +01:00
commit 5ed8a53929

View File

@ -1,5 +1,8 @@
language: python
python:
- "3.5"
sudo: false
env:
@ -18,10 +21,7 @@ env:
- TOX_ENV=py27-django17
matrix:
# Python 3.5 not yet available on travis, watch this to see when it is.
fast_finish: true
allow_failures:
- env: TOX_ENV=py35-django19
install:
# Virtualenv < 14 is required to keep the Python 3.2 builds running.