BF: on python 3.3 coverage/pytest are not cooperating - no coverage there

This commit is contained in:
Yaroslav Halchenko 2018-09-11 23:43:56 -04:00
parent 5d2638be3d
commit 868ca90092
1 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,8 @@ install:
# command to run tests
script:
- make localbuild
- coverage run -- `which pytest` -s -v tests/
- if [[ $TRAVIS_PYTHON_VERSION == 3.3 ]]; then COVERAGE=; else COVERAGE="coverage run"; fi
- $COVERAGE `which pytest` -s -v tests/
#notifications:
# email: false