Debug travis

This commit is contained in:
Matthew Honnibal 2016-10-13 20:48:22 +02:00
parent 845fe12eb2
commit 90b27b27fb
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ if [ "${TRAVIS_PULL_REQUEST}" == "false" && "${VIA}" == "pypi"]; then
fi fi
if "${VIA}" == "compile"]; then if [ "${VIA}" == "compile" ]; then
echo "compile" echo "compile"
pip install -r requirements.txt pip install -r requirements.txt
pip install -e . pip install -e .