Still trying to get the coverage call to work.

This commit is contained in:
Jeremy Wright 2015-03-03 14:33:56 -05:00
parent f8953db181
commit 99a64a56eb
2 changed files with 2 additions and 2 deletions

BIN
.coverage Normal file

Binary file not shown.

View File

@ -13,7 +13,7 @@ install:
- pip install coveralls
script:
coverage run --source=cadquery python ./runtests.py
- coverage run --source=cadquery ./runtests.py
after_success:
coveralls
- coveralls