Still tinkering with getting the coverage package working.

This commit is contained in:
Jeremy Wright 2015-03-03 14:04:44 -05:00
parent b25441afc2
commit f8953db181

View File

@ -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