Skip to content

Commit

Permalink
Add TravisCI config.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilland committed Jul 23, 2014
1 parent 419d4e0 commit 01d249e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
@@ -0,0 +1,9 @@
language: python
python:
- "2.7"
install:
- make travisci-install
script:
- make travisci-test
after_success:
- coveralls

0 comments on commit 01d249e

Please sign in to comment.