diff options
| author | Aymeric Augustin | 2013-11-22 18:41:54 +0100 | 
|---|---|---|
| committer | Aymeric Augustin | 2013-11-22 18:41:54 +0100 | 
| commit | f4b81540ebfa2e6ce9c7c6b57247d476a3d4e152 (patch) | |
| tree | 0c5d71fe0c98c4597989943e5e64642144b72e12 | |
| parent | 441ebe9b3c24a7bc935c809e583a056a0ff9ab35 (diff) | |
| download | django-debug-toolbar-f4b81540ebfa2e6ce9c7c6b57247d476a3d4e152.tar.bz2 | |
Pff Travis.
| -rw-r--r-- | tox.ini | 12 | 
1 files changed, 6 insertions, 6 deletions
| @@ -25,28 +25,28 @@ whitelist_externals = make  basepython = python2.6  deps =      Django>=1.4,<1.5 -    line_profiler +    line_profiler==1.0b3      {[testenv]deps}  [testenv:py27-django14]  basepython = python2.7  deps =      Django>=1.4,<1.5 -    line_profiler +    line_profiler==1.0b3      {[testenv]deps}  [testenv:py26-django15]  basepython = python2.6  deps =      Django>=1.5,<1.6 -    line_profiler +    line_profiler==1.0b3      {[testenv]deps}  [testenv:py27-django15]  basepython = python2.7  deps =      Django>=1.5,<1.6 -    line_profiler +    line_profiler==1.0b3      {[testenv]deps}  [testenv:py32-django15] @@ -65,14 +65,14 @@ deps =  basepython = python2.6  deps =      Django>=1.6,<1.7 -    line_profiler +    line_profiler==1.0b3      {[testenv]deps}  [testenv:py27-django16]  basepython = python2.7  deps =      Django>=1.6,<1.7 -    line_profiler +    line_profiler==1.0b3      {[testenv]deps}  [testenv:py32-django16] | 
