tox config fix

This commit is contained in:
Kenneth Reitz
2011-03-31 05:13:22 -04:00
parent bf36821381
commit e30f42f398
+4 -7
View File
@@ -3,15 +3,12 @@ envlist = py25,py26,py27,py3
[testenv]
commands=py.test --junitxml=junit-{envname}.xml
deps = pytest,requests
deps =
pytest==2.0.2
requests==0.3.0
[testenv:py25]
simplejson = pytest simplejson
[testenv:pypy]
basepython=/usr/bin/pypy-c
simplejson = pytest simplejson
[testenv:py3]
basepython=/usr/bin/python3
simplejson = pytest
basepython=/usr/bin/python3