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