Added coverage line to travis config

This commit is contained in:
Jeremy Wright 2015-03-03 10:52:22 -05:00
parent 1f2d010059
commit e7426e3d5e

View File

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