1
0
Fork 0
django-mailbox/tox.ini

11 lines
143 B
INI
Raw Permalink Normal View History

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