File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 88- pypy
99install :
1010- pip install pytest pytest-cov coveralls flake8
11- - pip install https://github.com/graphql-python/graphql-core/archive/master.zip
11+ - pip install .
1212script :
1313- py.test --cov=graphql_relay
1414# - flake8
Original file line number Diff line number Diff line change 1+ global-exclude tests/*
2+ recursive-exclude tests *
3+ recursive-exclude tests_py35 *
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def run_tests(self):
2424
2525setup (
2626 name = 'graphql-relay' ,
27- version = '0.4.1 ' ,
27+ version = '0.4b1 ' ,
2828
2929 description = 'Relay implementation for Python' ,
3030 long_description = open ('README.rst' ).read (),
@@ -54,7 +54,8 @@ def run_tests(self):
5454 packages = find_packages (exclude = ['tests' ]),
5555
5656 install_requires = [
57- 'graphql-core>=0.5.0'
57+ 'graphql-core==0.5b3' ,
58+ 'pypromise>=0.4.0'
5859 ],
5960 tests_require = ['pytest>=2.7.2' ],
6061 extras_require = {
You can’t perform that action at this time.
0 commit comments