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:
parent
a00f837150
commit
a9b7f2d171
2 changed files with 8 additions and 32 deletions
8
tox.ini
Normal file
8
tox.ini
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[tox]
|
||||
envlist=py27,py35
|
||||
|
||||
[testenv]
|
||||
commands=
|
||||
pip install django
|
||||
pip install -r test_requirements.txt
|
||||
py.test {posargs}
|
||||
Loading…
Add table
Add a link
Reference in a new issue