Skip to content

Commit 7fa8aa9

Browse files
committed
Fixed tests.
1 parent 0b6cae0 commit 7fa8aa9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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 git+https://github.com/dittos/graphql-py.git # Last version of graphql-py
11+
- pip install graphql-core==0.1a0
1212
- python setup.py develop
1313
script:
1414
- py.test --cov=graphql_relay

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ overview describes a simple set of examples that exist as
3535
this repository is to walk through that documentation and the
3636
corresponding tests in this library together.
3737

38-
Using Relay Library for GraphQL Python (graphqllib)
38+
Using Relay Library for GraphQL Python (graphql-core)
3939
---------------------------------------------------
4040

4141
Install Relay Library for GraphQL Python
4242

4343
.. code:: sh
4444
45-
pip install git+https://github.com/graphql-python/graphql-core.git # Last version of graphqllib
45+
pip install graphql-core --pre # Last version of graphql-core
4646
pip install graphql-relay
4747
4848
When building a schema for

0 commit comments

Comments
 (0)