소스 검색

Tox: Removes 2.7.6 target that does not work

Ask Solem 8 년 전
부모
커밋
1b2d3abf0b
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      tox.ini

+ 1 - 2
tox.ini

@@ -6,7 +6,7 @@ deps=
     -r{toxinidir}/requirements/default.txt
     -r{toxinidir}/requirements/test.txt
 
-    2.7,2.7.6: -r{toxinidir}/requirements/test-ci-default.txt
+    2.7: -r{toxinidir}/requirements/test-ci-default.txt
     3.4,3.5: -r{toxinidir}/requirements/test-ci-default.txt
     pypy,pypy3: -r{toxinidir}/requirements/test-ci-base.txt
 
@@ -20,7 +20,6 @@ commands = pip install -U -r{toxinidir}/requirements/dev.txt
 
 basepython =
     2.7,flake8,flakeplus,apicheck,linkcheck,configcheck: python2.7
-    2.7.6: python2.7.6
     3.4: python3.4
     3.5: python3.5
     pypy: pypy