aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorAymeric Augustin2013-11-22 18:35:41 +0100
committerAymeric Augustin2013-11-22 18:35:41 +0100
commit441ebe9b3c24a7bc935c809e583a056a0ff9ab35 (patch)
tree1e718dd3575a85dca5038ce9f4ccf9d6559d1bb1 /tox.ini
parent3bbbae731f1ab98c218dfaf29aed05b69329c4c5 (diff)
downloaddjango-debug-toolbar-441ebe9b3c24a7bc935c809e583a056a0ff9ab35.tar.bz2
Test features depending on line_profiler.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 6 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 00941f4..c40e711 100644
--- a/tox.ini
+++ b/tox.ini
@@ -25,24 +25,28 @@ whitelist_externals = make
basepython = python2.6
deps =
Django>=1.4,<1.5
+ line_profiler
{[testenv]deps}
[testenv:py27-django14]
basepython = python2.7
deps =
Django>=1.4,<1.5
+ line_profiler
{[testenv]deps}
[testenv:py26-django15]
basepython = python2.6
deps =
Django>=1.5,<1.6
+ line_profiler
{[testenv]deps}
[testenv:py27-django15]
basepython = python2.7
deps =
Django>=1.5,<1.6
+ line_profiler
{[testenv]deps}
[testenv:py32-django15]
@@ -61,12 +65,14 @@ deps =
basepython = python2.6
deps =
Django>=1.6,<1.7
+ line_profiler
{[testenv]deps}
[testenv:py27-django16]
basepython = python2.7
deps =
Django>=1.6,<1.7
+ line_profiler
{[testenv]deps}
[testenv:py32-django16]