Skip to content

Commit

Permalink
The test have to execute with the DEBUG and TEMPLATE_DEBUG = False
Browse files Browse the repository at this point in the history
  • Loading branch information
goinnn committed Oct 2, 2013
1 parent f93df44 commit 2af5a4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ install_command =
basepython = python2.7
commands =
patch -p2 -N -d {toxinidir}/.tox/py27-dj15/lib/python2.7/site-packages/django/ -i {toxinidir}/patches/patch1.5.diff
python example/run_tests.py
python example/run_tests.py settings_no_debug
patch -p2 -R -N -d {toxinidir}/.tox/py27-dj15/lib/python2.7/site-packages/django/ -i {toxinidir}/patches/patch1.5.diff
deps =
django==1.5.4
Expand All @@ -19,7 +19,7 @@ deps =
basepython = python2.7
commands =
patch -p2 -N -d {toxinidir}/.tox/py27-dj14/lib/python2.7/site-packages/django/ -i {toxinidir}/patches/patch1.4.diff
python example/run_tests.py
python example/run_tests.py settings_no_debug
patch -p2 -R -N -d {toxinidir}/.tox/py27-dj14/lib/python2.7/site-packages/django/ -i {toxinidir}/patches/patch1.4.diff
deps =
django==1.4.8
Expand All @@ -29,7 +29,7 @@ deps =
basepython = python3.3
commands =
patch -p2 -N -d {toxinidir}/.tox/py33-dj15/lib/python3.3/site-packages/django/ -i {toxinidir}/patches/patch1.5.diff
python example/run_tests.py
python example/run_tests.py settings_no_debug
patch -p2 -R -N -d {toxinidir}/.tox/py33-dj15/lib/python3.3/site-packages/django/ -i {toxinidir}/patches/patch1.5.diff
deps =
django==1.5.4
Expand Down

0 comments on commit 2af5a4d

Please sign in to comment.