Removing debug line from travis.yml. Omitting --download-cache seems to fix the issue

This commit is contained in:
Adam Charnock 2015-12-04 16:19:30 +00:00
parent e8f491c1ff
commit 4398f6d6bd

View File

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