Repair travis test script

This commit is contained in:
Matthew Honnibal 2016-12-18 18:07:59 +01:00
parent a8e1edb85d
commit 9a7b406b30
1 changed files with 5 additions and 3 deletions

View File

@ -16,9 +16,11 @@ if [[ "${VIA}" == "sdist" && "${TRAVIS_PULL_REQUEST}" == "false" ]]; then
fi
#if [ "${VIA}" == "compile" ]; then
# pip install -r requirements.txt
# pip install -e .
if [ "${VIA}" == "compile" ]; then
pip install -r requirements.txt
pip install -e .
fi
# mkdir -p corpora/en
# cd corpora/en
# wget --no-check-certificate http://wordnetcode.princeton.edu/3.0/WordNet-3.0.tar.gz