Skip to content

Commit

Permalink
Drop testing DRF 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson committed Feb 11, 2017
1 parent 3c86abd commit d08da2d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Requirements

* **Python**: 2.7, 3.3, 3.4, 3.5
* **Django**: 1.8, 1.9, 1.10
* **DRF**: 3.4, 3.5
* **DRF**: 3.5

Installation
------------
Expand Down
4 changes: 2 additions & 2 deletions docs/guide/install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Requirements
------------

Django-filter is tested against all supported versions of Python and `Django`__,
as well as the latest versions of Django REST Framework (`DRF`__).
as well as the latest version of Django REST Framework (`DRF`__).

__ https://www.djangoproject.com/download/
__ http://www.django-rest-framework.org/
Expand All @@ -24,4 +24,4 @@ __ http://www.django-rest-framework.org/

* **Python**: 2.7, 3.3, 3.4, 3.5
* **Django**: 1.8, 1.9, 1.10
* **DRF**: 3.4, 3.5
* **DRF**: 3.5
6 changes: 2 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[tox]
envlist =
{py27,py33,py34,py35}-django18-restframework{34,35},
{py27,py34,py35}-django{19,110}-restframework{34,35},
{py27,py34,py35}-django111-restframework35,
{py27,py33,py34,py35}-django18-restframework35,
{py27,py34,py35}-django{19,110,111}-restframework35,
{py35}-djangolatest-restframeworklatest,
warnings

Expand All @@ -18,7 +17,6 @@ deps =
django110: django>=1.10.0,<1.11.0
django111: django>=1.11a1,<2.0
djangolatest: https://github.com/django/django/archive/master.tar.gz
restframework34: djangorestframework>=3.4,<3.5
restframework35: djangorestframework>=3.5,<3.6
restframeworklatest: https://github.com/tomchristie/django-rest-framework/archive/master.tar.gz
-rrequirements/test-ci.txt
Expand Down

0 comments on commit d08da2d

Please sign in to comment.