mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-29 13:04:03 +03:00
Update the package dependency url style in tox.ini
This commit is contained in:
parent
8845c0be88
commit
5a56f92abf
4
tox.ini
4
tox.ini
|
@ -8,13 +8,13 @@ commands = {envpython} rest_framework/runtests/runtests.py
|
||||||
[testenv:py3.3-django1.5]
|
[testenv:py3.3-django1.5]
|
||||||
basepython = python3.3
|
basepython = python3.3
|
||||||
deps = django==1.5
|
deps = django==1.5
|
||||||
https://github.com/alex/django-filter/archive/master.tar.gz
|
-egit+git://github.com/alex/django-filter.git#egg=django_filter
|
||||||
defusedxml==0.3
|
defusedxml==0.3
|
||||||
|
|
||||||
[testenv:py3.2-django1.5]
|
[testenv:py3.2-django1.5]
|
||||||
basepython = python3.2
|
basepython = python3.2
|
||||||
deps = django==1.5
|
deps = django==1.5
|
||||||
https://github.com/alex/django-filter/archive/master.tar.gz
|
-egit+git://github.com/alex/django-filter.git#egg=django_filter
|
||||||
defusedxml==0.3
|
defusedxml==0.3
|
||||||
|
|
||||||
[testenv:py2.7-django1.5]
|
[testenv:py2.7-django1.5]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user