Still tinkering with getting the coverage package working.
This commit is contained in:
parent
b25441afc2
commit
f8953db181
|
@ -9,9 +9,11 @@ install:
|
||||||
- gcc --version
|
- gcc --version
|
||||||
- g++ --version
|
- g++ --version
|
||||||
- python ./setup.py install
|
- python ./setup.py install
|
||||||
|
- pip install coverage
|
||||||
- pip install coveralls
|
- pip install coveralls
|
||||||
|
|
||||||
script: python ./runtests.py
|
script:
|
||||||
|
coverage run --source=cadquery python ./runtests.py
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- coveralls
|
coveralls
|
||||||
|
|
Loading…
Reference in New Issue
Block a user