Fixed travis

This commit is contained in:
Syrus Akbary 2017-07-23 19:20:19 -07:00
parent 8c3a933bd9
commit f8561fa5c4

View File

@ -23,8 +23,8 @@ install:
- |
if [ "$TEST_TYPE" = build ]; then
# For testing
pip install https://github.com/graphql-python/graphql-core/archive/master.zip
pip install https://github.com/syrusakbary/promise/archive/master.zip
pip install https://github.com/graphql-python/graphql-core/archive/master.zip --upgrade
pip install https://github.com/syrusakbary/promise/archive/master.zip --upgrade
pip install -e .[test]
python setup.py develop