aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorTom Christie2015-01-23 13:13:05 +0000
committerTom Christie2015-01-23 13:13:05 +0000
commitd1fe3f65488e7ffac038e475e0575b2f3f93fda4 (patch)
treeff70fe65a8ed03345b4c74198b5c7d96773f578f /tox.ini
parente56f0a928c7ec6af15a283fc48a7dded31a7d113 (diff)
parent04a5f7bf0a268d24656ef3659f85aec95fd7590a (diff)
downloaddjango-rest-framework-d1fe3f65488e7ffac038e475e0575b2f3f93fda4.tar.bz2
Merge pull request #2446 from tomchristie/django-18-alpha
Support 1.8-alpha.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index e43a9234..193b5813 100644
--- a/tox.ini
+++ b/tox.ini
@@ -22,7 +22,7 @@ deps =
{py26,py27}-django{14,15}: django-oauth2-provider==0.2.3
{py26,py27}-django16: django-oauth2-provider==0.2.4
pytest-django==2.8.0
- django-filter==0.7
+ {py26,py27,py32,py33,py34}-django{14,15,16,17}: django-filter==0.7
defusedxml==0.3
markdown>=2.1.0
PyYAML>=3.10