1
0
Fork 0
django-mailbox/tox.ini

9 lines
131 B
INI
Raw Normal View History

2016-05-14 22:42:55 -07:00
[tox]
envlist=py27,py35
[testenv]
commands=
pip install django
pip install -r test_requirements.txt
py.test {posargs}