Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Commit

Permalink
Removed coverage line because it cause problems.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed Mar 3, 2015
1 parent e7426e3 commit b25441a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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

0 comments on commit b25441a

Please sign in to comment.