RF: return back a bit more cumbersome invocation -- python is not found, heh
This commit is contained in:
parent
1af23cd78d
commit
5acd423e99
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue