Skip to content

Commit

Permalink
Add a circleci file
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbgk committed Mar 16, 2016
1 parent bd5cb4e commit 28ce95b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions circleci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
dependencies:
override:
- pip install -r requirements/travis.pip
test:
override:
- nosetests --immediate --with-coverage udata
post:
- coveralls --rcfile=coverage.rc

0 comments on commit 28ce95b

Please sign in to comment.