aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorTom Christie2015-01-23 11:32:04 +0000
committerTom Christie2015-01-23 11:32:04 +0000
commit5eb6949e9f24dd5e94aa5eb50fd6ccaf34b21878 (patch)
tree5535437f4aaae50265d04e9d43f04bf35c85f1fd /tox.ini
parent25a703b42c030f712734ed56b8f1996f8d13ac0c (diff)
downloaddjango-rest-framework-5eb6949e9f24dd5e94aa5eb50fd6ccaf34b21878.tar.bz2
Drop django-filter from 1.8
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..75ebe134 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
+ {py27,py32,py32,py33,py34}-django{14,15,16,17}: django-filter==0.7
defusedxml==0.3
markdown>=2.1.0
PyYAML>=3.10