Experimenting with Overalls.
This commit is contained in:
parent
9da178d2fc
commit
1f2d010059
|
@ -9,5 +9,9 @@ install:
|
|||
- gcc --version
|
||||
- g++ --version
|
||||
- python ./setup.py install
|
||||
- pip install coveralls
|
||||
|
||||
script: python ./runtests.py
|
||||
|
||||
after_success:
|
||||
- coveralls
|
||||
|
|
|
@ -2,6 +2,7 @@ What is a CadQuery?
|
|||
========================================
|
||||
|
||||
[](https://travis-ci.org/dcowden/cadquery)
|
||||
[](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!
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user