Experimenting with Overalls.

This commit is contained in:
Jeremy Wright 2015-03-03 10:47:39 -05:00
parent 9da178d2fc
commit 1f2d010059
2 changed files with 5 additions and 0 deletions

View File

@ -9,5 +9,9 @@ install:
- gcc --version
- g++ --version
- python ./setup.py install
- pip install coveralls
script: python ./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!