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

Commit

Permalink
Experimenting with Overalls.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed Mar 3, 2015
1 parent 9da178d commit 1f2d010
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -9,5 +9,9 @@ install:
- gcc --version
- g++ --version
- python ./setup.py install
- pip install coveralls

script: python ./runtests.py

after_success:
- coveralls
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -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!

Expand Down

0 comments on commit 1f2d010

Please sign in to comment.