mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-22 17:46:57 +03:00
Removing debug line from travis.yml. Omitting --download-cache seems to fix the issue
This commit is contained in:
parent
e8f491c1ff
commit
4398f6d6bd
|
@ -27,7 +27,6 @@ install:
|
||||||
pip install --download-cache $HOME/.cache/pip/ pytest pytest-cov coveralls six pytest-django django-filter
|
pip install --download-cache $HOME/.cache/pip/ pytest pytest-cov coveralls six pytest-django django-filter
|
||||||
pip install --download-cache $HOME/.cache/pip/ -e .[django]
|
pip install --download-cache $HOME/.cache/pip/ -e .[django]
|
||||||
pip install django==$DJANGO_VERSION
|
pip install django==$DJANGO_VERSION
|
||||||
echo "DJANGO_VERSION: $DJANGO_VERSION"
|
|
||||||
python setup.py develop
|
python setup.py develop
|
||||||
elif [ "$TEST_TYPE" = build_website ]; then
|
elif [ "$TEST_TYPE" = build_website ]; then
|
||||||
pip install --download-cache $HOME/.cache/pip/ -e .
|
pip install --download-cache $HOME/.cache/pip/ -e .
|
||||||
|
|
Loading…
Reference in New Issue
Block a user