Skip to content

Commit

Permalink
#324 ...actually install test dependencies in AppVeyor...
Browse files Browse the repository at this point in the history
  • Loading branch information
IanGrimstead authored and IanGrimstead committed Sep 19, 2019
1 parent 931a892 commit cf36f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ install:
- python -m pip install -U pip
- python -m easy_install -U setuptools
# command to install dependencies
- python setup.py install
- pip install -e .[test]
# also need to download punkt tokeniser data
- python -m nltk.downloader punkt averaged_perceptron_tagger wordnet

Expand Down

0 comments on commit cf36f85

Please sign in to comment.