File tree Expand file tree Collapse file tree 3 files changed +31
-9
lines changed Expand file tree Collapse file tree 3 files changed +31
-9
lines changed Original file line number Diff line number Diff line change 1717 pytest
1818 pytest-capturelog
1919 pytest-benchmark
20- Django ==1.7.3
21- objproxies ==0.9.3
2220commands =
2321 python setup.py clean --all build_ext --force --inplace
2422 {posargs:py.test -vv --ignore =src}
Original file line number Diff line number Diff line change @@ -60,11 +60,7 @@ python_versions =
6060 pypy
6161
6262dependencies =
63- # 1.4: Django==1.4.16 !python_versions[3.*]
64- # 1.5: Django==1.5.11
65- # 1.6: Django==1.6.8
66- # 1.7: Django==1.7.1 !python_versions[2.6]
67- # Deps commented above are provided as examples. That's what you would use in a Django project.
63+ :Django ==1.7.4 objproxies ==0.9.3
6864
6965coverage_flags =
7066 : true
Original file line number Diff line number Diff line change 2424 pytest
2525 pytest-capturelog
2626 pytest-benchmark
27- Django ==1.7.3
28- objproxies ==0.9.3
2927commands =
3028 python setup.py clean --all build_ext --force --inplace
3129 {posargs:py.test -vv --ignore =src}
@@ -117,9 +115,15 @@ commands =
117115deps =
118116 {[testenv]deps}
119117 pytest-cov
118+ Django ==1.7.4
119+ objproxies ==0.9.3
120120
121121[testenv:2.6-nocover]
122122basepython = {env:TOXPYTHON:python2.6}
123+ deps =
124+ {[testenv]deps}
125+ Django ==1.7.4
126+ objproxies ==0.9.3
123127
124128[testenv:2.7]
125129basepython = {env:TOXPYTHON:python2.7}
@@ -134,9 +138,15 @@ commands =
134138deps =
135139 {[testenv]deps}
136140 pytest-cov
141+ Django ==1.7.4
142+ objproxies ==0.9.3
137143
138144[testenv:2.7-nocover]
139145basepython = {env:TOXPYTHON:python2.7}
146+ deps =
147+ {[testenv]deps}
148+ Django ==1.7.4
149+ objproxies ==0.9.3
140150
141151[testenv:3.3]
142152basepython = {env:TOXPYTHON:python3.3}
@@ -151,9 +161,15 @@ commands =
151161deps =
152162 {[testenv]deps}
153163 pytest-cov
164+ Django ==1.7.4
165+ objproxies ==0.9.3
154166
155167[testenv:3.3-nocover]
156168basepython = {env:TOXPYTHON:python3.3}
169+ deps =
170+ {[testenv]deps}
171+ Django ==1.7.4
172+ objproxies ==0.9.3
157173
158174[testenv:3.4]
159175basepython = {env:TOXPYTHON:python3.4}
@@ -168,9 +184,15 @@ commands =
168184deps =
169185 {[testenv]deps}
170186 pytest-cov
187+ Django ==1.7.4
188+ objproxies ==0.9.3
171189
172190[testenv:3.4-nocover]
173191basepython = {env:TOXPYTHON:python3.4}
192+ deps =
193+ {[testenv]deps}
194+ Django ==1.7.4
195+ objproxies ==0.9.3
174196
175197[testenv:pypy]
176198basepython = {env:TOXPYTHON:pypy}
@@ -185,7 +207,13 @@ commands =
185207deps =
186208 {[testenv]deps}
187209 pytest-cov
210+ Django ==1.7.4
211+ objproxies ==0.9.3
188212
189213[testenv:pypy-nocover]
190214basepython = {env:TOXPYTHON:pypy}
215+ deps =
216+ {[testenv]deps}
217+ Django ==1.7.4
218+ objproxies ==0.9.3
191219
You can’t perform that action at this time.
0 commit comments