mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-22 09:36:44 +03:00
Fixed Django install
This commit is contained in:
parent
16d80b88f0
commit
d0285278ac
|
@ -3,8 +3,7 @@ sudo: false
|
|||
python:
|
||||
- 2.7
|
||||
install:
|
||||
- pip install pytest pytest-cov coveralls flake8 six blinker singledispatch
|
||||
- pip install -e .[django]
|
||||
- pip install pytest pytest-cov coveralls flake8 six blinker singledispatch 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