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