Merge pull request #692 from scop/py35

Test with Python 3.5
This commit is contained in:
Mathieu Pillard
2015-12-05 15:00:46 +01:00
2 changed files with 9 additions and 1 deletions

View File

@@ -15,6 +15,12 @@ env:
- TOXENV=py32-1.8.X
- TOXENV=py33-1.8.X
- TOXENV=py34-1.8.X
# https://github.com/travis-ci/travis-ci/issues/4794
matrix:
include:
- python: 3.5
env:
- TOXENV=py35-1.8.X
notifications:
irc: "irc.freenode.org#django-compressor"

View File

@@ -65,7 +65,7 @@ three_two =
envlist =
{py26,py27}-1.4.X,
{py27,py32,py33,py34}-{1.7.X},
{py27,py32,py33,py34}-{1.8.X}
{py27,py32,py33,py34,py35}-{1.8.X}
[testenv]
basepython =
py26: python2.6
@@ -73,6 +73,7 @@ basepython =
py32: python3.2
py33: python3.3
py34: python3.4
py35: python3.5
usedevelop = true
setenv =
CPPFLAGS=-O0
@@ -90,4 +91,5 @@ deps =
py32: {[deps]three_two}
py33: {[deps]three}
py34: {[deps]three}
py35: {[deps]three}
django-discover-runner