소스 검색

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 =