Fixed builds and flexibilize the graphql-core integration

This commit is contained in:
Syrus Akbary 2016-01-02 14:49:08 +01:00
parent 442998cbb3
commit 39a4fe20b3
2 changed files with 5 additions and 5 deletions

View File

@ -80,13 +80,13 @@ matrix:
fast_finish: true fast_finish: true
include: include:
- python: '2.7' - python: '2.7'
env: DJANGO_VERSION=1.6 env: TEST_TYPE=build DJANGO_VERSION=1.6
- python: '2.7' - python: '2.7'
env: DJANGO_VERSION=1.7 env: TEST_TYPE=build DJANGO_VERSION=1.7
- python: '2.7' - python: '2.7'
env: DJANGO_VERSION=1.8 env: TEST_TYPE=build DJANGO_VERSION=1.8
- python: '2.7' - python: '2.7'
env: DJANGO_VERSION=1.9 env: TEST_TYPE=build DJANGO_VERSION=1.9
- python: '2.7' - python: '2.7'
env: TEST_TYPE=build_website env: TEST_TYPE=build_website
- python: '2.7' - python: '2.7'

View File

@ -55,7 +55,7 @@ setup(
install_requires=[ install_requires=[
'six>=1.10.0', 'six>=1.10.0',
'graphql-core==0.4.9', 'graphql-core>=0.4.9',
'graphql-relay==0.3.3', 'graphql-relay==0.3.3',
], ],
tests_require=[ tests_require=[