Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
use install_requirements bash script in travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
DeNeutoy committed Jun 27, 2017
1 parent da9c619 commit 08f80d0
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions build_tools/travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,8 @@ else
source activate testenv
fi

# Install requirements via pip in our conda environment
pip install -U -r requirements.txt
pip install -q http://download.pytorch.org/whl/cu80/torch-0.1.12.post2-cp35-cp35m-linux_x86_64.whl
# Install requirements via pip and download data inside our conda environment.
bash scripts/install_requirements.sh

# List the packages to get their versions for debugging
pip list

# Install punkt tokenizer
python -m nltk.downloader punkt

# Install spacy data
python -m spacy.en.download all

0 comments on commit 08f80d0

Please sign in to comment.