Explorar el Código

tox.ini: Remove py25

Python 2.5 is old and tox and virtualenv don't support it anymore
Marc Abramowitz hace 11 años
padre
commit
8a0fd9c11b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tox.ini

+ 1 - 1
tox.ini

@@ -5,7 +5,7 @@
 
 [tox]
 envlist =
-    py25,py26,py27
+    py26,py27
 
 [testenv]
 commands =