tox cleanup

This commit is contained in:
Kenneth Reitz 2011-06-21 01:26:16 -04:00
parent 0e30255836
commit 6c1fa87138
1 changed files with 0 additions and 6 deletions

View File

@ -4,13 +4,7 @@ envlist = py25,py26,py27,py3
[testenv]
commands=py.test --junitxml=junit-{envname}.xml
deps = pytest
[testenv:py25]
simplejson = pytest simplejson
[testenv:pypy]
basepython=/usr/bin/pypy-c
simplejson = pytest simplejson
[testenv:py3]
basepython=/usr/bin/python3