Added coverage line to travis config
This commit is contained in:
parent
1f2d010059
commit
e7426e3d5e
|
@ -11,7 +11,7 @@ install:
|
|||
- python ./setup.py install
|
||||
- pip install coveralls
|
||||
|
||||
script: python ./runtests.py
|
||||
script: coverage run --source=cadquery python ./runtests.py
|
||||
|
||||
after_success:
|
||||
- coveralls
|
||||
|
|
Loading…
Reference in New Issue
Block a user