Skip to content

Commit

Permalink
install coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
mjirik committed Feb 2, 2021
1 parent 700b624 commit d32ac6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ before_install:
install:
# - conda install --yes pip nose coveralls
# - Install dependencies
- conda install --yes -c SimpleITK -c luispedro -c mjirik --file requirements_conda.txt pytest-cov
- conda install --yes -c SimpleITK -c luispedro -c mjirik --file requirements_conda.txt pytest-cov coveralls
script: # nosetests --with-coverage --cover-package=imma
# - source activate travis
- python -m pytest --cov=imma/
Expand Down

0 comments on commit d32ac6f

Please sign in to comment.