mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-02 12:44:15 +03:00
Updated graphql-relay version
This commit is contained in:
parent
b6163709f9
commit
660b766448
|
@ -8,10 +8,7 @@ python:
|
|||
- pypy
|
||||
install:
|
||||
- pip install pytest pytest-cov coveralls flake8 six blinker
|
||||
# - pip install -e .[django] # TODO: Commented until graphqllib is in pypi
|
||||
- pip install Django>=1.8.0 pytest-django singledispatch>=3.4.0.3
|
||||
- pip install git+https://github.com/dittos/graphqllib.git # Last version of graphqllib
|
||||
- pip install graphql-relay
|
||||
- pip install -e .[django]
|
||||
- python setup.py develop
|
||||
script:
|
||||
- py.test --cov=graphene
|
||||
|
|
2
setup.py
2
setup.py
|
@ -57,7 +57,7 @@ setup(
|
|||
'six',
|
||||
'blinker',
|
||||
'graphql-core==0.1a0',
|
||||
'graphql-relay==0.1.2'
|
||||
'graphql-relay==0.1.3'
|
||||
],
|
||||
tests_require=['pytest>=2.7.2'],
|
||||
extras_require={
|
||||
|
|
Loading…
Reference in New Issue
Block a user