diff options
| author | Aymeric Augustin | 2013-11-29 10:33:25 +0100 | 
|---|---|---|
| committer | Aymeric Augustin | 2013-11-29 10:45:58 +0100 | 
| commit | a7dbc61ec4b4932a570d538b23a3ddd1d46203d4 (patch) | |
| tree | a3b24c616ad99fb31160a96fa96e2c2563bf4dcf /tox.ini | |
| parent | 2135eac0d5d8e249af395db903608fd0f4bb5ce0 (diff) | |
| download | django-debug-toolbar-a7dbc61ec4b4932a570d538b23a3ddd1d46203d4.tar.bz2 | |
Move support for line_profiler to a 3rd party panel.
Many thanks to Dave McLain.
Fix #477.
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 6 | 
1 files changed, 0 insertions, 6 deletions
| @@ -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] | 
