1
0
Fork 0
django-mailbox/tox.ini
2016-05-14 23:32:12 -07:00

10 lines
143 B
INI

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