1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00

Fix test in tox

This commit is contained in:
Adam Dobrawy 2017-07-09 21:47:05 +02:00
parent 62b8f75bb2
commit 48393250f7
3 changed files with 12 additions and 11 deletions

View file

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