mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
9 lines
131 B
INI
9 lines
131 B
INI
|
|
[tox]
|
||
|
|
envlist=py27,py35
|
||
|
|
|
||
|
|
[testenv]
|
||
|
|
commands=
|
||
|
|
pip install django
|
||
|
|
pip install -r test_requirements.txt
|
||
|
|
py.test {posargs}
|