Skip to content

Commit

Permalink
Add tox ini file.
Browse files Browse the repository at this point in the history
  • Loading branch information
siloraptor committed Oct 10, 2015
1 parent 976a869 commit 715f420
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 715f420

Please sign in to comment.