Skip to content

Commit 1877c45

Browse files
committed
Updating django version requirement to Django 1.8
1 parent 993a375 commit 1877c45

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.travis.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ after_success:
7474
fi
7575
env:
7676
matrix:
77-
- TEST_TYPE=build DJANGO_VERSION=1.6
78-
- TEST_TYPE=build DJANGO_VERSION=1.7
7977
- TEST_TYPE=build DJANGO_VERSION=1.8
8078
- TEST_TYPE=build DJANGO_VERSION=1.9
8179
global:
@@ -88,9 +86,5 @@ matrix:
8886
- python: '2.7'
8987
env: TEST_TYPE=lint
9088
exclude:
91-
- python: '3.3'
92-
env: DJANGO_VERSION=1.6
93-
- python: '3.3'
94-
env: DJANGO_VERSION=1.7
9589
- python: '3.3'
9690
env: DJANGO_VERSION=1.8

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def run_tests(self):
6666
],
6767
extras_require={
6868
'django': [
69-
'Django>=1.6.0',
69+
'Django>=1.8.0',
7070
'singledispatch>=3.4.0.3',
7171
'graphql-django-view>=1.0.0',
7272
],

0 commit comments

Comments
 (0)