Selaa lähdekoodia

tox.ini: Remove py25

Python 2.5 is old and tox and virtualenv don't support it anymore
Marc Abramowitz 11 vuotta sitten
vanhempi
commit
8a0fd9c11b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      tox.ini

+ 1 - 1
tox.ini

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