Invoke py.test directly.

This commit is contained in:
Xavier Ordoquy 2015-07-03 01:19:56 +02:00
parent ba2bde01b6
commit f19c1458d3

View File

@ -9,7 +9,7 @@ envlist =
{py27,py32,py33,py34}-django{17,18,master}
[testenv]
commands = ./runtests.py --fast {posargs}
commands = py.test tests -q {posargs}
setenv =
PYTHONDONTWRITEBYTECODE=1
deps =