| envlist=py26,py27,py33,py34,external |
| # py27-xdist causes problems with svn, py25 requires virtualenv==1.9.1 |
| # default=http://pypi.testrun.org |
| commands=py.test --confcutdir=.. -rfsxX --junitxml={envlogdir}/junit-{envname}.xml [] |
| py.test -n3 -rfsxX --confcutdir=.. --runslowtests \ |
| --junitxml={envlogdir}/junit-{envname}.xml [] |
| {envpython} -m pytest --confcutdir=.. -rfsxX --junitxml={envlogdir}/junit-{envname}0.xml {posargs:io_ code} |
| py.test --confcutdir=.. -rfsxX --junitxml={envlogdir}/junit-{envname}.xml {posargs:code} |
| rsyncdirs = conftest.py py doc testing |