Fixed Django install

This commit is contained in:
Syrus Akbary 2015-09-28 01:56:15 -07:00
parent 16d80b88f0
commit d0285278ac

View File

@ -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