From 7fa0cc06390dd7b5b43a73a0a011617576eafd89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristi=20V=C3=AEjdea?= Date: Sun, 4 Feb 2018 14:36:05 +0200 Subject: [PATCH] Make DRF master test run with stable Django --- tox.ini | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/tox.ini b/tox.ini index 70b8f3b..34b53c9 100644 --- a/tox.ini +++ b/tox.ini @@ -2,7 +2,7 @@ envlist = py27-django111-drf37, py{34,35,36}-django{111,20}-drf37, - py36-drfmaster, + py36-django20-drfmaster, lint, docs [travis:env] @@ -17,9 +17,8 @@ deps = drf37: djangorestframework>=3.7.7,<3.8 - # test with the latest build of Django and django-rest-framework to get early warning of compatibility issues + # test with the latest build of django-rest-framework to get early warning of compatibility issues drfmaster: https://github.com/encode/django-rest-framework/archive/master.tar.gz - drfmaster: https://github.com/django/django/archive/master.tar.gz # other dependencies -rrequirements/validation.txt @@ -28,9 +27,6 @@ deps = commands = pytest --cov --cov-config .coveragerc --cov-append --cov-report="" {posargs} -[testenv:py36-drfmaster] -pip_pre = True - [testenv:lint] skip_install = true deps =