Преглед изворни кода

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

Chris McDonough пре 12 година
родитељ
комит
81f561350d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      tox.ini

+ 1 - 1
tox.ini

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