mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-08 23:50:38 +03:00
Fixed dependency installation
This commit is contained in:
parent
76147d7c26
commit
16d80b88f0
|
@ -3,7 +3,8 @@ sudo: false
|
|||
python:
|
||||
- 2.7
|
||||
install:
|
||||
- pip install pytest pytest-cov coveralls flake8 six blinker
|
||||
- pip install pytest pytest-cov coveralls flake8 six blinker singledispatch
|
||||
- pip install -e .[django]
|
||||
- pip install git+https://github.com/dittos/graphqllib.git # Last version of graphqllib
|
||||
- pip install graphql-relay
|
||||
- python setup.py develop
|
||||
|
|
Loading…
Reference in New Issue
Block a user