Skip to content

Commit

Permalink
Update travis installation to NOT use "editable" mode
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhaozhang committed Aug 14, 2020
1 parent e06364e commit 1b15168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,7 @@ python:
notifications:
email: false
install:
- pip install --quiet -e .
- pip install --quiet .
- export CORENLP_HOME=~/corenlp-latest CORENLP_VERSION=stanford-corenlp-latest
- export CORENLP_URL="http://nlp.stanford.edu/software/${CORENLP_VERSION}.zip"
- wget $CORENLP_URL -O corenlp-latest.zip
Expand Down

0 comments on commit 1b15168

Please sign in to comment.