소스 검색

Update tox.init for dual codebase

Ask Solem 12 년 전
부모
커밋
5275ca5912
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      tox.ini

+ 0 - 4
tox.ini

@@ -7,9 +7,7 @@ sitepackages = False
 commands = nosetests
 
 [testenv:py32]
-recreate = True
 basepython = python3.2
-changedir = .tox
 deps = -r{toxinidir}/requirements/default.txt
 commands = {toxinidir}/extra/release/removepyc.sh {toxinidir}
            {envbindir}/easy_install -U distribute
@@ -21,9 +19,7 @@ commands = {toxinidir}/extra/release/removepyc.sh {toxinidir}
            {toxinidir}/extra/release/py3k-run-tests {toxinidir}
 
 [testenv:py33]
-recreate = True
 basepython = python3.3
-changedir = .tox
 deps = -r{toxinidir}/requirements/default.txt
 commands = {toxinidir}/extra/release/removepyc.sh {toxinidir}
            {envbindir}/easy_install -U distribute