Skip to content

Commit 890772b

Browse files
committed
Add Django 2.1 to test targets.
1 parent bbbb4c8 commit 890772b

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.python-version

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
3.5.2
2-
3.4.6
3-
3.3.6
4-
2.7.12
5-
pypy-5.7.0
1+
3.6.6
2+
3.5.6
3+
3.4.9
4+
2.7.15
5+
pypy-5.7.1

tox.ini

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
skipsdist = True
3-
envlist={py27,py34,pypy}-django18,{py27,py34,py35,pypy}-django{19,110,111},{py34,py35,py36}-django20
3+
envlist={py27,py34,pypy}-django18,{py27,py34,py35,pypy}-django{19,110,111},{py34,py35,py36}-django20,{py35,py36}-django21
44

55
[tox:travis]
66
2.7 = py27
@@ -19,5 +19,6 @@ deps =
1919
django110: Django>=1.10,<1.11
2020
django111: Django>=1.11,<2.0
2121
django20: Django>=2.0,<2.1
22+
django21: Django>=2.1,<2.2
2223
commands =
2324
py.test --cov

0 commit comments

Comments
 (0)