Skip to content

Commit

Permalink
Update travis test
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhaozhang committed Feb 20, 2019
1 parent e80995a commit cac94df
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,10 @@ notifications:
email: false
install:
- pip install --quiet -e .
- export CORENLP_HOME=~/corenlp CORENLP_VERSION=stanford-corenlp-full-2018-10-05
- export CORENLP_URL="http://nlp.stanford.edu/software/${CORENLP_VERSION}.zip"
- wget $CORENLP_URL -O corenlp.zip
- unzip corenlp.zip
- mv $CORENLP_VERSION $CORENLP_HOME
script:
- pytest tests/test_protobuf.py
- python -m pytest

0 comments on commit cac94df

Please sign in to comment.