We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 993a375 commit 1877c45Copy full SHA for 1877c45
.travis.yml
@@ -74,8 +74,6 @@ after_success:
74
fi
75
env:
76
matrix:
77
- - TEST_TYPE=build DJANGO_VERSION=1.6
78
- - TEST_TYPE=build DJANGO_VERSION=1.7
79
- TEST_TYPE=build DJANGO_VERSION=1.8
80
- TEST_TYPE=build DJANGO_VERSION=1.9
81
global:
@@ -88,9 +86,5 @@ matrix:
88
86
- python: '2.7'
89
87
env: TEST_TYPE=lint
90
exclude:
91
- - python: '3.3'
92
- env: DJANGO_VERSION=1.6
93
94
- env: DJANGO_VERSION=1.7
95
- python: '3.3'
96
env: DJANGO_VERSION=1.8
setup.py
@@ -66,7 +66,7 @@ def run_tests(self):
66
],
67
extras_require={
68
'django': [
69
- 'Django>=1.6.0',
+ 'Django>=1.8.0',
70
'singledispatch>=3.4.0.3',
71
'graphql-django-view>=1.0.0',
72
0 commit comments