浏览代码

Merge pull request #396 from msabramo/tox_remove_py25

tox.ini: Remove py25
Mike Naberezny 11 年之前
父节点
当前提交
4d1fd922c6
共有 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 =