mirror of https://github.com/explosion/spaCy.git
Debug travis
This commit is contained in:
parent
845fe12eb2
commit
90b27b27fb
|
@ -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 .
|
||||||
|
|
Loading…
Reference in New Issue