RF: return back a bit more cumbersome invocation -- python is not found, heh

This commit is contained in:
Yaroslav Halchenko 2021-02-17 14:17:32 -05:00
parent 1af23cd78d
commit 5acd423e99
1 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,8 @@ install:
script:
- make localbuild
- COVERAGE="coverage run"
- $COVERAGE python -m pytest -v tests/
- PYTEST=`which pytest`;
- $COVERAGE $PYTEST -v tests/
after_success:
- if [ ! -z "$COVERAGE" ]; then codecov; fi