Skip to content

Commit d025aa7

Browse files
committed
Tox doesn't support 2.4, even though it understands py24.
1 parent b9c2a36 commit d025aa7

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
@@ -4,7 +4,7 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = py24, py25, py26, py27, py31, py32, py33, pypy
7+
envlist = py25, py26, py27, py31, py32, py33, pypy
88

99
[testenv]
1010
setenv =

0 commit comments

Comments
 (0)