Skip to content

Commit

Permalink
Testing removal of nltk.download step
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Gill committed Oct 16, 2019
1 parent f358e29 commit 1c81ea9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ install:
- conda create -c bioconda -c conda-forge -q -y -n test-environment python=$TRAVIS_PYTHON_VERSION coveralls
- source activate test-environment
- pip install -r requirements.txt
- python -m nltk.downloader all


script: coverage run --source=lexmapr setup.py test

after_success:
Expand Down

0 comments on commit 1c81ea9

Please sign in to comment.