Removed coverage line because it cause problems.

This commit is contained in:
Jeremy Wright 2015-03-03 11:27:55 -05:00
parent e7426e3d5e
commit b25441afc2

View File

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