Browse Source

tox no longer works under py2.5 due to a dependency on distribute, which no longer works under 2.5

Chris McDonough 12 years ago
parent
commit
81f561350d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tox.ini

+ 1 - 1
tox.ini

@@ -1,6 +1,6 @@
 [tox]
 envlist =
-    py24,py25,py26,py27
+    py25,py26,py27
 
 [testenv]
 commands =