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

@ -1,12 +1,12 @@
#!/bin/bash #!/bin/bash
if [ "${TRAVIS_PULL_REQUEST}" == "false" && "${VIA}" == "pypi"]; then if [ "${TRAVIS_PULL_REQUEST}" == "false" && "${VIA}" == "pypi" ]; then
rm -rf * rm -rf *
pip install spacy pip install spacy
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 .