Skip to content

Commit

Permalink
update travis to work with new testing set up
Browse files Browse the repository at this point in the history
  • Loading branch information
J38 committed Mar 4, 2019
1 parent 1910134 commit 95178f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@ install:
- wget $CORENLP_URL -O corenlp.zip
- unzip corenlp.zip
- mv $CORENLP_VERSION $CORENLP_HOME
- mkdir ~/stanfordnlp_test
- export STANFORDNLP_TEST_MODE='BASIC'
- export STANFORDNLP_TEST_HOME=~/stanfordnlp_test
script:
- python -m pytest

0 comments on commit 95178f6

Please sign in to comment.