File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -25,28 +25,28 @@ whitelist_externals = make
25
25
basepython = python2.6
26
26
deps =
27
27
Django>=1.4,<1.5
28
- line_profiler
28
+ line_profiler ==1.0b3
29
29
{[testenv]deps}
30
30
31
31
[testenv:py27-django14]
32
32
basepython = python2.7
33
33
deps =
34
34
Django>=1.4,<1.5
35
- line_profiler
35
+ line_profiler ==1.0b3
36
36
{[testenv]deps}
37
37
38
38
[testenv:py26-django15]
39
39
basepython = python2.6
40
40
deps =
41
41
Django>=1.5,<1.6
42
- line_profiler
42
+ line_profiler ==1.0b3
43
43
{[testenv]deps}
44
44
45
45
[testenv:py27-django15]
46
46
basepython = python2.7
47
47
deps =
48
48
Django>=1.5,<1.6
49
- line_profiler
49
+ line_profiler ==1.0b3
50
50
{[testenv]deps}
51
51
52
52
[testenv:py32-django15]
@@ -65,14 +65,14 @@ deps =
65
65
basepython = python2.6
66
66
deps =
67
67
Django>=1.6,<1.7
68
- line_profiler
68
+ line_profiler ==1.0b3
69
69
{[testenv]deps}
70
70
71
71
[testenv:py27-django16]
72
72
basepython = python2.7
73
73
deps =
74
74
Django>=1.6,<1.7
75
- line_profiler
75
+ line_profiler ==1.0b3
76
76
{[testenv]deps}
77
77
78
78
[testenv:py32-django16]
You can’t perform that action at this time.
0 commit comments