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

Adding tox.ini for local testing.

This commit is contained in:
Adam Coddington 2016-05-14 22:42:55 -07:00
parent a00f837150
commit a9b7f2d171
2 changed files with 8 additions and 32 deletions

8
tox.ini Normal file
View file

@ -0,0 +1,8 @@
[tox]
envlist=py27,py35
[testenv]
commands=
pip install django
pip install -r test_requirements.txt
py.test {posargs}