浏览代码

tox.ini: Remove py25

Python 2.5 is old and tox and virtualenv don't support it anymore
Marc Abramowitz 11 年之前
父节点
当前提交
8a0fd9c11b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tox.ini

+ 1 - 1
tox.ini

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