Use django integrated unit tests

This commit is contained in:
Valentin Samir
2016-06-25 11:09:46 +02:00
parent 4bb886f083
commit 64b90c5077
13 changed files with 107 additions and 655 deletions

View File

@ -17,7 +17,7 @@ deps =
-r{toxinidir}/requirements-dev.txt
[testenv]
commands=py.test --tb native {posargs:tests}
commands=python run_tests {posargs:tests}
[testenv:py27-django17]
basepython=python2.7