Test with Python 3.5

This commit is contained in:
Ville Skyttä
2015-10-27 12:56:43 +02:00
parent 66feba0db5
commit c2b842060f
2 changed files with 9 additions and 1 deletions

View File

@@ -15,6 +15,12 @@ env:
- TOXENV=py32-1.8.X - TOXENV=py32-1.8.X
- TOXENV=py33-1.8.X - TOXENV=py33-1.8.X
- TOXENV=py34-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: notifications:
irc: "irc.freenode.org#django-compressor" irc: "irc.freenode.org#django-compressor"

View File

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