Moved tox file in root again to help Shining Panda.
This commit is contained in:
@@ -1,17 +1,14 @@
|
||||
[tox]
|
||||
setupdir = ..
|
||||
|
||||
[testenv]
|
||||
commands =
|
||||
{envbindir}/python {envbindir}/django-admin.py jenkins {posargs:tests}
|
||||
downloadcache = {toxworkdir}/_download/
|
||||
distribute = false
|
||||
setenv =
|
||||
PYTHONPATH = {toxinidir}/..
|
||||
PYTHONPATH = {toxinidir}
|
||||
DJANGO_SETTINGS_MODULE = tests.settings
|
||||
|
||||
[testenv:docs]
|
||||
changedir = ../docs
|
||||
changedir = docs
|
||||
deps =
|
||||
Sphinx
|
||||
commands =
|
||||
Reference in New Issue
Block a user