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