Skip to content

Commit 01055b3

Browse files
committed
Fix tox.ini - not testing with outdated django
1 parent 72eb78c commit 01055b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
envlist = begin,py{27,py,33,34},py27-django{lts,curr},end,quality
33

44
[tox:travis]
5-
2.7 = begin,py27,py27-django{lts,prev,curr},end,quality
5+
2.7 = begin,py27,py27-django{lts,curr},end,quality
66
3.3 = py33
77
3.4 = py34
88

0 commit comments

Comments
 (0)