Skip to content

Commit

Permalink
Update DRF test dependency to 3.6 (carltongibson#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan P Kilby authored and carltongibson committed Oct 19, 2017
1 parent 7e94907 commit bfdcb0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Requirements

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

Installation
------------
Expand Down
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[tox]
envlist =
{py27,py33,py34,py35}-django18-restframework35,
{py27,py34,py35}-django{19,110}-restframework35,
{py35,py36}-django111-restframework35,
{py27,py33,py34,py35}-django18-restframework36,
{py27,py34,py35}-django{19,110}-restframework36,
{py35,py36}-django111-restframework36,
{py35,py36}-djangolatest-restframeworklatest,
warnings

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

Expand Down

0 comments on commit bfdcb0e

Please sign in to comment.