mirror of https://github.com/explosion/spaCy.git
Repair travis test script
This commit is contained in:
parent
a8e1edb85d
commit
9a7b406b30
|
@ -16,9 +16,11 @@ if [[ "${VIA}" == "sdist" && "${TRAVIS_PULL_REQUEST}" == "false" ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
#if [ "${VIA}" == "compile" ]; then
|
if [ "${VIA}" == "compile" ]; then
|
||||||
# pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
# pip install -e .
|
pip install -e .
|
||||||
|
fi
|
||||||
|
|
||||||
# mkdir -p corpora/en
|
# mkdir -p corpora/en
|
||||||
# cd corpora/en
|
# cd corpora/en
|
||||||
# wget --no-check-certificate http://wordnetcode.princeton.edu/3.0/WordNet-3.0.tar.gz
|
# wget --no-check-certificate http://wordnetcode.princeton.edu/3.0/WordNet-3.0.tar.gz
|
||||||
|
|
Loading…
Reference in New Issue