forked from mirror/django-mailbox
8 lines
131 B
INI
8 lines
131 B
INI
[tox]
|
|
envlist=py27,py35
|
|
|
|
[testenv]
|
|
commands=
|
|
pip install django
|
|
pip install -r test_requirements.txt
|
|
py.test {posargs}
|