Skip to content

Commit

Permalink
Testing something
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Gill committed Oct 16, 2019
1 parent 0b21cec commit 5453645
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ install:
- conda info -a
- 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
- pip install .
# - python -m nltk.downloader all

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

Expand Down

0 comments on commit 5453645

Please sign in to comment.