mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-06-17 12:03:19 +03:00
Typo in the Python version.
This commit is contained in:
parent
e5556079fc
commit
b370fb40b6
4
tox.ini
4
tox.ini
|
@ -43,7 +43,7 @@ deps = https://www.djangoproject.com/download/1.7b2/tarball/
|
||||||
Pillow==2.3.0
|
Pillow==2.3.0
|
||||||
|
|
||||||
[testenv:py3.4-django1.6]
|
[testenv:py3.4-django1.6]
|
||||||
basepython = python3.3
|
basepython = python3.4
|
||||||
deps = Django==1.6.3
|
deps = Django==1.6.3
|
||||||
django-filter==0.7
|
django-filter==0.7
|
||||||
defusedxml==0.3
|
defusedxml==0.3
|
||||||
|
@ -86,7 +86,7 @@ deps = Django==1.6.3
|
||||||
Pillow==2.3.0
|
Pillow==2.3.0
|
||||||
|
|
||||||
[testenv:py3.4-django1.5]
|
[testenv:py3.4-django1.5]
|
||||||
basepython = python3.3
|
basepython = python3.4
|
||||||
deps = django==1.5.6
|
deps = django==1.5.6
|
||||||
django-filter==0.7
|
django-filter==0.7
|
||||||
defusedxml==0.3
|
defusedxml==0.3
|
||||||
|
|
Loading…
Reference in New Issue
Block a user