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

14 lines
229 B
INI

[tox]
envlist=py27,py34,py35,flake8
[testenv]
deps=
django
-r{toxinidir}/test_requirements.txt
sitepackages=False
commands=
python setup.py test {posargs}
[testenv:flake8]
deps=flake8
commands=flake8 django_mailbox