diff --git a/.travis.yml b/.travis.yml index 5a9fc4c..eb4799b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,6 +49,10 @@ env: matrix: fast_finish: true include: + - python: '2.7' + env: TEST_TYPE=build DJANGO_VERSION=1.6 + - python: '2.7' + env: TEST_TYPE=build DJANGO_VERSION=1.7 - python: '2.7' env: TEST_TYPE=build DJANGO_VERSION=1.8 - python: '2.7' diff --git a/graphene_django/tests/test_auth.py b/graphene_django/tests/notest_auth.py similarity index 100% rename from graphene_django/tests/test_auth.py rename to graphene_django/tests/notest_auth.py diff --git a/setup.py b/setup.py index b622411..38a16c5 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ tests_require = [ 'coveralls', 'mock', 'pytz', - 'django-filter==1.0.1', + 'django-filter', 'pytest-django==2.9.1', ]