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
|
||||
|
||||
if [ "${TRAVIS_PULL_REQUEST}" == "false" && "${VIA}" == "pypi"]; then
|
||||
if [ "${TRAVIS_PULL_REQUEST}" == "false" && "${VIA}" == "pypi" ]; then
|
||||
rm -rf *
|
||||
pip install spacy
|
||||
fi
|
||||
|
||||
|
||||
if "${VIA}" == "compile"]; then
|
||||
if [ "${VIA}" == "compile" ]; then
|
||||
echo "compile"
|
||||
pip install -r requirements.txt
|
||||
pip install -e .
|
||||
|
|
Loading…
Reference in New Issue