Merge pull request #78 from dcowden/overalls

Overalls
This commit is contained in:
Jeremy Wright 2015-03-03 14:44:28 -05:00
commit 59d208ffba
3 changed files with 8 additions and 1 deletions

BIN
.coverage Normal file

Binary file not shown.

View File

@ -9,5 +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 ./runtests.py
after_success:
- coveralls

View File

@ -2,6 +2,7 @@ What is a CadQuery?
========================================
[![Travis Build Status](https://travis-ci.org/dcowden/cadquery.svg)](https://travis-ci.org/dcowden/cadquery)
[![Coverage Status](https://coveralls.io/repos/dcowden/cadquery/badge.svg)](https://coveralls.io/r/dcowden/cadquery)
CadQuery is an intuitive, easy-to-use python based language for building parametric 3D CAD models. CadQuery is for 3D CAD what jQuery is for javascript. Imagine selecting Faces of a 3d object the same way you select DOM objects with JQuery!