Commit 5ed8a539 by Xavier Ordoquy

Merge pull request #3849 from linovia/feature/py35_build

Activate the Python 3.5 build.
parents 9cfac919 7fa18ba9
language: python language: python
python:
- "3.5"
sudo: false sudo: false
env: env:
...@@ -18,10 +21,7 @@ env: ...@@ -18,10 +21,7 @@ env:
- TOX_ENV=py27-django17 - TOX_ENV=py27-django17
matrix: matrix:
# Python 3.5 not yet available on travis, watch this to see when it is.
fast_finish: true fast_finish: true
allow_failures:
- env: TOX_ENV=py35-django19
install: install:
# Virtualenv < 14 is required to keep the Python 3.2 builds running. # Virtualenv < 14 is required to keep the Python 3.2 builds running.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment