1
0
Fork 0

Use django build-in test runner

This commit is contained in:
Adam Dobrawy 2017-07-09 19:21:48 +02:00
parent ecec57a78c
commit e21cd01560
3 changed files with 12 additions and 2 deletions

View file

@ -7,7 +7,7 @@ deps=
-r{toxinidir}/test_requirements.txt
sitepackages=False
commands=
py.test {posargs}
python setup.py test {posargs}
[testenv:flake8]
deps=flake8