mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-22 17:46:57 +03:00
Fixed Django install
This commit is contained in:
parent
16d80b88f0
commit
d0285278ac
|
@ -3,8 +3,7 @@ sudo: false
|
||||||
python:
|
python:
|
||||||
- 2.7
|
- 2.7
|
||||||
install:
|
install:
|
||||||
- pip install pytest pytest-cov coveralls flake8 six blinker singledispatch
|
- pip install pytest pytest-cov coveralls flake8 six blinker singledispatch django
|
||||||
- pip install -e .[django]
|
|
||||||
- pip install git+https://github.com/dittos/graphqllib.git # Last version of graphqllib
|
- pip install git+https://github.com/dittos/graphqllib.git # Last version of graphqllib
|
||||||
- pip install graphql-relay
|
- pip install graphql-relay
|
||||||
- python setup.py develop
|
- python setup.py develop
|
||||||
|
|
Loading…
Reference in New Issue
Block a user