mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-04-08 13:50:59 +00:00
bumped django 1.6.1 to 1.6.10
This commit is contained in:
parent
a0ffbf0b39
commit
be55ed7427
2 changed files with 4 additions and 4 deletions
|
|
@ -9,7 +9,7 @@ python:
|
|||
env:
|
||||
- DJANGO=Django==1.4.18 SOUTH=1
|
||||
- DJANGO=Django==1.5.12 SOUTH=1
|
||||
- DJANGO=Django==1.6.1 SOUTH=1
|
||||
- DJANGO=Django==1.6.10 SOUTH=1
|
||||
- DJANGO=https://github.com/django/django/tarball/master SOUTH=1
|
||||
|
||||
install:
|
||||
|
|
|
|||
6
tox.ini
6
tox.ini
|
|
@ -49,7 +49,7 @@ deps =
|
|||
[testenv:py27-1.6]
|
||||
basepython = python2.7
|
||||
deps =
|
||||
Django == 1.6.1
|
||||
Django == 1.6.10
|
||||
South == 0.8.1
|
||||
coverage == 3.6
|
||||
|
||||
|
|
@ -76,7 +76,7 @@ deps =
|
|||
[testenv:py32-1.6]
|
||||
basepython = python3.2
|
||||
deps =
|
||||
Django == 1.6.1
|
||||
Django == 1.6.10
|
||||
South == 0.8.1
|
||||
coverage == 3.6
|
||||
|
||||
|
|
@ -97,7 +97,7 @@ deps =
|
|||
[testenv:py33-1.6]
|
||||
basepython = python3.3
|
||||
deps =
|
||||
Django == 1.6.1
|
||||
Django == 1.6.10
|
||||
South == 0.8.1
|
||||
coverage == 3.6
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue