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 10
10
- DJANGO=Django==1.4.13
11
11
- DJANGO=Django==1.5.8
12
12
- DJANGO=Django==1.6.5
13
- - DJANGO=Django>=1.7
13
+ - DJANGO=" Django>=1.7,<1.8"
14
14
15
15
install :
16
16
- pip install coverage coveralls $DJANGO --use-mirrors
@@ -22,14 +22,14 @@ matrix:
22
22
- python : 2.6
23
23
env : DJANGO=Django==1.6.5
24
24
- python : 2.6
25
- env : DJANGO=Django>=1.7
25
+ env : DJANGO=" Django>=1.7,<1.8"
26
26
- python : 3.2
27
27
env : DJANGO=Django==1.4.13
28
28
- python : 3.3
29
29
env : DJANGO=Django==1.4.13
30
30
31
31
include :
32
32
- python : 3.4
33
- env : DJANGO=Django>=1.7
33
+ env : DJANGO=" Django>=1.7,<1.8"
34
34
35
35
after_success : coveralls
Original file line number Diff line number Diff line change 73
73
[testenv:py27-1.7]
74
74
basepython = python2.7
75
75
deps =
76
- django >= 1.7
76
+ django >= 1.7, < 1.8
77
77
coverage == 3.6
78
78
79
79
[testenv:py27-trunk]
98
98
[testenv:py32-1.7]
99
99
basepython = python3.2
100
100
deps =
101
- django >= 1.7
101
+ django >= 1.7, < 1.8
102
102
coverage == 3.6
103
103
104
104
[testenv:py32-trunk]
@@ -123,7 +123,7 @@ deps =
123
123
[testenv:py33-1.7]
124
124
basepython = python3.3
125
125
deps =
126
- django >= 1.7
126
+ django >= 1.7, < 1.8
127
127
coverage == 3.6
128
128
129
129
[testenv:py33-trunk]
@@ -135,7 +135,7 @@ deps =
135
135
[testenv:py34-1.7]
136
136
basepython = python3.4
137
137
deps =
138
- django >= 1.7
138
+ django >= 1.7, < 1.8
139
139
coverage == 3.6
140
140
141
141
[testenv:py34-trunk]
You can’t perform that action at this time.
0 commit comments