Skip to content

Commit e934a4f

Browse files
committed
Use graphql-core github version until uploaded to pypi
1 parent 9c24d9f commit e934a4f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ python:
88
- pypy
99
install:
1010
- pip install pytest pytest-cov coveralls flake8
11-
- pip install graphql-core==0.5.0
12-
- python setup.py develop
11+
- pip install https://github.com/graphql-python/graphql-core/archive/master.zip
1312
script:
1413
- py.test --cov=graphql_relay
1514
# - flake8

0 commit comments

Comments
 (0)