|
@@ -2,12 +2,10 @@
|
|
|
envlist = py26,py27,py32,py33,pypy
|
|
|
|
|
|
[testenv]
|
|
|
-distribute = True
|
|
|
sitepackages = False
|
|
|
commands = nosetests
|
|
|
|
|
|
[testenv:py32]
|
|
|
-distribute = True
|
|
|
basepython = python3.2
|
|
|
deps = -r{toxinidir}/requirements/default.txt
|
|
|
-r{toxinidir}/requirements/test3.txt
|
|
@@ -19,7 +17,6 @@ commands = {toxinidir}/extra/release/removepyc.sh {toxinidir}
|
|
|
--xunit-file="{toxinidir}/nosetests.xml"
|
|
|
|
|
|
[testenv:py33]
|
|
|
-distribute = True
|
|
|
basepython = python3.3
|
|
|
deps = -r{toxinidir}/requirements/default.txt
|
|
|
-r{toxinidir}/requirements/test3.txt
|