Skip to content

Commit

Permalink
BLD: Include coverage as Travis Build requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
carterbox committed Oct 8, 2018
1 parent 2464a7d commit eed48c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -24,7 +24,7 @@ before_install:
install:
- "conda install python=$TRAVIS_PYTHON_VERSION nose six numpy h5py scipy
scikit-image pywavelets mkl-devel mkl_fft python-coveralls dxchange
numexpr"
numexpr coverage"
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
conda install futures;
fi
Expand All @@ -33,6 +33,6 @@ install:
- python build.py
- python setup.py install
script:
- coverage3 run $(which nosetests)
- coverage run $(which nosetests)
after_success:
- coveralls

0 comments on commit eed48c7

Please sign in to comment.