Commit 5a56f92a by Pierre Dulac

Update the package dependency url style in tox.ini

parent 8845c0be
......@@ -8,13 +8,13 @@ commands = {envpython} rest_framework/runtests/runtests.py
[testenv:py3.3-django1.5]
basepython = python3.3
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
[testenv:py3.2-django1.5]
basepython = python3.2
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
[testenv:py2.7-django1.5]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment