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 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