Add tox ini file.

This commit is contained in:
Roberto Rosario
2015-10-10 13:03:49 -04:00
parent 976a86947e
commit 715f4204e0

12
tox.ini Normal file
View File

@@ -0,0 +1,12 @@
[tox]
envlist =
py27
[testenv]
basepython = python2.7
commands=
python manage.py runtests --nomigrations
deps = -rrequirements/testing.txt
setenv=
DJANGO_SETTINGS_MODULE=mayan.settings.testing