File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ of a GraphQL server.
77* Note: The code is a __ exact__ port of the original [ graphql-relay js implementation] ( https://github.com/graphql/graphql-relay-js )
88from Facebook*
99
10- [ ![ Build Status] ( https://travis-ci.org/syrusakbary /graphql-relay-py.svg?branch=master )] ( https://travis-ci.org/syrusakbary /graphql-relay-py )
11- [ ![ Coverage Status] ( https://coveralls.io/repos/syrusakbary /graphql-relay-py/badge.svg?branch=master&service=github )] ( https://coveralls.io/github/syrusakbary /graphql-relay-py?branch=master )
10+ [ ![ Build Status] ( https://travis-ci.org/graphql-python /graphql-relay-py.svg?branch=master )] ( https://travis-ci.org/graphql-python /graphql-relay-py )
11+ [ ![ Coverage Status] ( https://coveralls.io/repos/graphql-python /graphql-relay-py/badge.svg?branch=master&service=github )] ( https://coveralls.io/github/graphql-python /graphql-relay-py?branch=master )
1212
1313## Getting Started
1414
Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ After developing, the full test suite can be evaluated by running:
263263
264264 python setup.py test # Use --pytest-args="-v -s" for verbose mode
265265
266- .. |Build Status | image :: https://travis-ci.org/syrusakbary /graphql-relay-py.svg?branch=master
267- :target: https://travis-ci.org/syrusakbary /graphql-relay-py
268- .. |Coverage Status | image :: https://coveralls.io/repos/syrusakbary /graphql-relay-py/badge.svg?branch=master&service=github
269- :target: https://coveralls.io/github/syrusakbary /graphql-relay-py?branch=master
266+ .. |Build Status | image :: https://travis-ci.org/graphql-python /graphql-relay-py.svg?branch=master
267+ :target: https://travis-ci.org/graphql-python /graphql-relay-py
268+ .. |Coverage Status | image :: https://coveralls.io/repos/graphql-python /graphql-relay-py/badge.svg?branch=master&service=github
269+ :target: https://coveralls.io/github/graphql-python /graphql-relay-py?branch=master
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ def run_tests(self):
2929 description = 'Relay implementation for Python' ,
3030 long_description = open ('README.rst' ).read (),
3131
32- url = 'https://github.com/syrusakbary /graphql-relay-py' ,
32+ url = 'https://github.com/graphql-python /graphql-relay-py' ,
3333
3434 author = 'Syrus Akbary' ,
3535 author_email = 'me@syrusakbary.com' ,
@@ -54,7 +54,7 @@ def run_tests(self):
5454 packages = find_packages (exclude = ['tests' ]),
5555
5656 install_requires = [
57- 'graphqllib '
57+ 'graphql-core==0.1a0 '
5858 ],
5959 tests_require = ['pytest>=2.7.2' ],
6060 extras_require = {
You can’t perform that action at this time.
0 commit comments