summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJohannes Linke <johannes.linke@posteo.de>2018-10-21 21:48:38 +0200
committerJohannes Linke <johannes.linke@posteo.de>2018-10-21 23:36:44 +0200
commit2def31d01189a181e93e9a5ec38cb6baf65cc310 (patch)
tree13ce459e34e8a2f51937ae084e83fd4207530f71 /tox.ini
parent869c8a813deabfd4bf53208370e5435653778b24 (diff)
downloaddjango-compressor-2def31d01189a181e93e9a5ec38cb6baf65cc310.tar.gz
Add Django 2.1 and Python 3.7 to the build matrix
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 5 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 36a4b4a..1a9fa12 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,14 +1,15 @@
[tox]
envlist =
- {py27,py34,py35}-{1.11.X}
- {py34,py35}-2.0.X
- {py36}-{1.11.X,2.0.X}
+ {py27,py34,py35}-1.11.X
+ {py34,py35,py36,py37}-2.0.X
+ {py35,py36,py37}-2.1.X
[testenv]
basepython =
py27: python2.7
py34: python3.4
py35: python3.5
py36: python3.6
+ py37: python3.7
usedevelop = true
setenv =
CPPFLAGS=-O0
@@ -19,5 +20,6 @@ commands =
deps =
1.11.X: Django>=1.11,<2.0
2.0.X: Django>=2.0,<2.1
+ 2.1.X: Django>=2.1,<2.2
-r{toxinidir}/requirements/tests.txt
django-discover-runner