Navigation Menu

Skip to content

Commit

Permalink
coverall added
Browse files Browse the repository at this point in the history
  • Loading branch information
jaquesgrobler committed Oct 8, 2013
1 parent 26dcdfa commit 8f9f658
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .coveragerc
Expand Up @@ -5,4 +5,4 @@ include = */sklearn/*
omit =
*/sklearn/externals/*
*/benchmarks/*
*/setup.py
*/setup.py
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -11,6 +11,9 @@ before_install:
install: python setup.py build_ext --inplace
- if [ "${COVERAGE}" == "--with-coverage" ]; then
sudo $PIP install coverage;
sudo $PIP install coveralls;
fi
script: - make test
- if [ "${COVERAGE}" == "--with-coverage" ]; then make test-coverage; fi
after_success:
- if [ "${COVERAGE}" == "--with-coverage" ]; then coveralls; fi

0 comments on commit 8f9f658

Please sign in to comment.