1
0
Fork 0
django-mailbox/tox.ini

15 lines
216 B
INI
Raw Normal View History

2016-05-14 22:42:55 -07:00
[tox]
2017-05-10 00:07:05 +02:00
envlist=py27,py34,py35,flake8
2016-05-14 22:42:55 -07:00
[testenv]
2016-05-14 23:32:12 -07:00
deps=
django
-r{toxinidir}/test_requirements.txt
sitepackages=False
2016-05-14 22:42:55 -07:00
commands=
py.test {posargs}
2017-05-10 00:07:05 +02:00
[testenv:flake8]
deps=flake8
commands=flake8 django_mailbox