mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-11 04:07:16 +03:00
Fixed travis
This commit is contained in:
parent
8c3a933bd9
commit
f8561fa5c4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user