Skip to content

Commit a6a52c4

Browse files
committed
👷‍♀️ Remove Django 1.11 tip from Tox matrix
1 parent 7901fee commit a6a52c4

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

tox.ini

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414

1515
[tox]
1616
envlist =
17-
py27-django{18,19,110,111,111tip},
18-
py34-django{18,19,110,111,111tip,20},
19-
py35-django{18,19,110,111,111tip,20,21,22},
20-
py36-django{18,19,110,111,111tip,20,21,22,30,tip},
17+
py27-django{18,19,110,111},
18+
py34-django{18,19,110,111,20},
19+
py35-django{18,19,110,111,20,21,22},
20+
py36-django{18,19,110,111,20,21,22,30,tip},
2121
py37-django{20,21,22,30,tip},
2222
py38-django{22,30,tip},
2323
check,pkgcheck,doc
@@ -29,7 +29,6 @@ deps =
2929
django19: Django>=1.9,<1.10
3030
django110: Django>=1.10,<1.11
3131
django111: Django>=1.11,<2.0
32-
django111tip: https://github.com/django/django/archive/stable/1.11.x.tar.gz
3332
django20: Django>=2.0,<2.1
3433
django21: Django>=2.1,<2.2
3534
django22: Django>=2.2,<3.0

0 commit comments

Comments
 (0)