diff options
Diffstat (limited to 'newton/tox.ini')
-rw-r--r-- | newton/tox.ini | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/newton/tox.ini b/newton/tox.ini new file mode 100644 index 00000000..87aca481 --- /dev/null +++ b/newton/tox.ini @@ -0,0 +1,10 @@ +[tox] +envlist = py27 +skipsdist = true + +[tox:jenkins] +downloadcache = ~/cache/pip + +[testenv] +deps = -r{toxinidir}/requirements.txt +commands = coverage run --branch manage.py test newton |