summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polyconseil.fr>2018-06-18 13:44:28 +0200
committerRaphaël Barrois <raphael.barrois@polyconseil.fr>2018-06-18 13:44:28 +0200
commit76be56977c8c81e00966b1c49f82ecbb0361b904 (patch)
treed88ba1f9d9e66b0921c21a17a606b4923a8aec95 /tox.ini
parent70ab67dd4c1823fa6fb1d4ec56c6373851b031a7 (diff)
downloadsemantic-version-76be56977c8c81e00966b1c49f82ecbb0361b904.tar.gz
Upgrade supported Python and Django versions.packaging/bump-test-environment
Django: Support the latest released version, and the latest LTS before that version. Python: Add support for python3.6 and pypy3.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini10
1 files changed, 5 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index cd28e4f..ead2bf6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,8 @@
[tox]
envlist =
- py{27,34,35}-django{17,18,19,110}
+ py{27,34,35,36}-django{111,20}
+ pypy27-django111
+ pypy3-django{111,20}
lint
toxworkdir = {env:TOX_WORKDIR:.tox}
@@ -8,10 +10,8 @@ toxworkdir = {env:TOX_WORKDIR:.tox}
[testenv]
deps =
-rrequirements_test.txt
- django17: Django>=1.7,<1.8
- django18: Django>=1.8,<1.9
- django19: Django>=1.9,<1.10
- django110: Django>=1.10,<1.11
+ django111: Django>=1.11,<1.12
+ django20: Django>=2.0,<2.1
whitelist_externals = make
commands = make test