Browse Source

tox.ini: Remove py25

Python 2.5 is old and tox and virtualenv don't support it anymore
Marc Abramowitz 11 năm trước cách đây
mục cha
commit
8a0fd9c11b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tox.ini

+ 1 - 1
tox.ini

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