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 ad6cb90 commit 9c24d9fCopy full SHA for 9c24d9f
.travis.yml
@@ -8,7 +8,7 @@ python:
8
- pypy
9
install:
10
- pip install pytest pytest-cov coveralls flake8
11
-- pip install graphql-core==0.1a0
+- pip install graphql-core==0.5.0
12
- python setup.py develop
13
script:
14
- py.test --cov=graphql_relay
setup.py
@@ -54,7 +54,7 @@ def run_tests(self):
54
packages=find_packages(exclude=['tests']),
55
56
install_requires=[
57
- 'graphql-core>=0.4.7a0'
+ 'graphql-core>=0.5.0'
58
],
59
tests_require=['pytest>=2.7.2'],
60
extras_require={
0 commit comments