Skip to content

Commit 39a4fe2

Browse files
committed
Fixed builds and flexibilize the graphql-core integration
1 parent 442998c commit 39a4fe2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@ matrix:
8080
fast_finish: true
8181
include:
8282
- python: '2.7'
83-
env: DJANGO_VERSION=1.6
83+
env: TEST_TYPE=build DJANGO_VERSION=1.6
8484
- python: '2.7'
85-
env: DJANGO_VERSION=1.7
85+
env: TEST_TYPE=build DJANGO_VERSION=1.7
8686
- python: '2.7'
87-
env: DJANGO_VERSION=1.8
87+
env: TEST_TYPE=build DJANGO_VERSION=1.8
8888
- python: '2.7'
89-
env: DJANGO_VERSION=1.9
89+
env: TEST_TYPE=build DJANGO_VERSION=1.9
9090
- python: '2.7'
9191
env: TEST_TYPE=build_website
9292
- python: '2.7'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def run_tests(self):
5555

5656
install_requires=[
5757
'six>=1.10.0',
58-
'graphql-core==0.4.9',
58+
'graphql-core>=0.4.9',
5959
'graphql-relay==0.3.3',
6060
],
6161
tests_require=[

0 commit comments

Comments
 (0)