File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
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 sqlparse
19
+ - pip install Django==$DJANGO_VERSION line_profiler sqlparse
20
20
script : make test
Original file line number Diff line number Diff line change 7
7
Django
8
8
sqlparse
9
9
10
+ # Optional runtime dependencies
11
+
12
+ line_profiler
13
+
10
14
# Testing
11
15
12
16
coverage
Original file line number Diff line number Diff line change @@ -25,24 +25,28 @@ whitelist_externals = make
25
25
basepython = python2.6
26
26
deps =
27
27
Django>=1.4,<1.5
28
+ line_profiler
28
29
{[testenv]deps}
29
30
30
31
[testenv:py27-django14]
31
32
basepython = python2.7
32
33
deps =
33
34
Django>=1.4,<1.5
35
+ line_profiler
34
36
{[testenv]deps}
35
37
36
38
[testenv:py26-django15]
37
39
basepython = python2.6
38
40
deps =
39
41
Django>=1.5,<1.6
42
+ line_profiler
40
43
{[testenv]deps}
41
44
42
45
[testenv:py27-django15]
43
46
basepython = python2.7
44
47
deps =
45
48
Django>=1.5,<1.6
49
+ line_profiler
46
50
{[testenv]deps}
47
51
48
52
[testenv:py32-django15]
@@ -61,12 +65,14 @@ deps =
61
65
basepython = python2.6
62
66
deps =
63
67
Django>=1.6,<1.7
68
+ line_profiler
64
69
{[testenv]deps}
65
70
66
71
[testenv:py27-django16]
67
72
basepython = python2.7
68
73
deps =
69
74
Django>=1.6,<1.7
75
+ line_profiler
70
76
{[testenv]deps}
71
77
72
78
[testenv:py32-django16]
You can’t perform that action at this time.
0 commit comments