1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00

Updating tox settings.

This commit is contained in:
Adam Coddington 2016-05-14 23:32:12 -07:00
parent 1c29cefa08
commit d56e3846e8
2 changed files with 5 additions and 2 deletions

View file

@ -2,7 +2,9 @@
envlist=py27,py35
[testenv]
deps=
django
-r{toxinidir}/test_requirements.txt
sitepackages=False
commands=
pip install django
pip install -r test_requirements.txt
py.test {posargs}