aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Dulac2013-03-03 01:38:03 +0100
committerPierre Dulac2013-03-06 22:42:36 +0100
commit5a56f92abf5f52ac153c4faa1b75af519c96a207 (patch)
tree0e18022d8aade4126aa11ff1bb031ed11e366796
parent8845c0be88bf68fa0e42d05c7196cd52d897623b (diff)
downloaddjango-rest-framework-5a56f92abf5f52ac153c4faa1b75af519c96a207.tar.bz2
Update the package dependency url style in tox.ini
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index ea68e266..f3c19375 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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]