Skip to content

Commit 9c24d9f

Browse files
committed
Updated graphql-core requirement
1 parent ad6cb90 commit 9c24d9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ python:
88
- pypy
99
install:
1010
- pip install pytest pytest-cov coveralls flake8
11-
- pip install graphql-core==0.1a0
11+
- pip install graphql-core==0.5.0
1212
- python setup.py develop
1313
script:
1414
- py.test --cov=graphql_relay

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def run_tests(self):
5454
packages=find_packages(exclude=['tests']),
5555

5656
install_requires=[
57-
'graphql-core>=0.4.7a0'
57+
'graphql-core>=0.5.0'
5858
],
5959
tests_require=['pytest>=2.7.2'],
6060
extras_require={

0 commit comments

Comments
 (0)