Skip to content

Commit

Permalink
Update tox.init for dual codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Nov 8, 2012
1 parent df87559 commit 5275ca5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 5275ca5

Please sign in to comment.