1
0
Fork 0
django-mailbox/tox.ini

11 lines
148 B
INI
Raw Normal View History

2016-05-14 22:42:55 -07:00
[tox]
envlist=py27,py34,py35
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}