Skip to content

Commit e7dfc95

Browse files
committed
Update test dep. Move bootstrap script.
1 parent caced4f commit e7dfc95

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed
File renamed without changes.

tox.ini

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -115,14 +115,14 @@ commands =
115115
deps =
116116
{[testenv]deps}
117117
pytest-cov
118-
Django==1.7.5
118+
Django
119119
objproxies==0.9.3
120120

121121
[testenv:2.6-nocover]
122122
basepython = {env:TOXPYTHON:python2.6}
123123
deps =
124124
{[testenv]deps}
125-
Django==1.7.5
125+
Django
126126
objproxies==0.9.3
127127

128128
[testenv:2.7]
@@ -138,14 +138,14 @@ commands =
138138
deps =
139139
{[testenv]deps}
140140
pytest-cov
141-
Django==1.7.5
141+
Django
142142
objproxies==0.9.3
143143

144144
[testenv:2.7-nocover]
145145
basepython = {env:TOXPYTHON:python2.7}
146146
deps =
147147
{[testenv]deps}
148-
Django==1.7.5
148+
Django
149149
objproxies==0.9.3
150150

151151
[testenv:3.3]
@@ -161,14 +161,14 @@ commands =
161161
deps =
162162
{[testenv]deps}
163163
pytest-cov
164-
Django==1.7.5
164+
Django
165165
objproxies==0.9.3
166166

167167
[testenv:3.3-nocover]
168168
basepython = {env:TOXPYTHON:python3.3}
169169
deps =
170170
{[testenv]deps}
171-
Django==1.7.5
171+
Django
172172
objproxies==0.9.3
173173

174174
[testenv:3.4]
@@ -184,14 +184,14 @@ commands =
184184
deps =
185185
{[testenv]deps}
186186
pytest-cov
187-
Django==1.7.5
187+
Django
188188
objproxies==0.9.3
189189

190190
[testenv:3.4-nocover]
191191
basepython = {env:TOXPYTHON:python3.4}
192192
deps =
193193
{[testenv]deps}
194-
Django==1.7.5
194+
Django
195195
objproxies==0.9.3
196196

197197
[testenv:pypy]
@@ -207,13 +207,13 @@ commands =
207207
deps =
208208
{[testenv]deps}
209209
pytest-cov
210-
Django==1.7.5
210+
Django
211211
objproxies==0.9.3
212212

213213
[testenv:pypy-nocover]
214214
basepython = {env:TOXPYTHON:pypy}
215215
deps =
216216
{[testenv]deps}
217-
Django==1.7.5
217+
Django
218218
objproxies==0.9.3
219219

0 commit comments

Comments
 (0)