aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 0 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index c40e711..00941f4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -25,28 +25,24 @@ 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]
@@ -65,14 +61,12 @@ 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]