Skip to content

Commit

Permalink
Replace Travis with Circle
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Feb 29, 2016
1 parent 3b41c53 commit 9e3abec
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .travis.yml

This file was deleted.

11 changes: 11 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
machine:
python:
version: 2.7

dependencies:
pre:
- pip install cram

test:
override:
- make test

0 comments on commit 9e3abec

Please sign in to comment.