Skip to content

Commit

Permalink
Moved tox file in root again to help Shining Panda.
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed Dec 5, 2011
1 parent 0ed0cde commit a6599c6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tests/tox.ini → tox.ini
Original file line number Diff line number Diff line change
@@ -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 =
Expand Down

0 comments on commit a6599c6

Please sign in to comment.