File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ matrix:
16
16
env : DJANGO_VERSION=1.4.10
17
17
install :
18
18
- pip install -e .
19
- - pip install Django==$DJANGO_VERSION line_profiler sqlparse
19
+ - pip install Django==$DJANGO_VERSION line_profiler==1.0b3 sqlparse
20
20
script : make test
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 ==1.0b3
28
+ line_profiler
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 ==1.0b3
35
+ line_profiler
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 ==1.0b3
42
+ line_profiler
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 ==1.0b3
49
+ line_profiler
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 ==1.0b3
68
+ line_profiler
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 ==1.0b3
75
+ line_profiler
76
76
{[testenv]deps}
77
77
78
78
[testenv:py32-django16]
You can’t perform that action at this time.
0 commit comments