Skip to content

Commit

Permalink
added travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
wolph committed Sep 23, 2013
1 parent 832c223 commit 982d3cb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: python
python:
- "2.7"
# command to install dependencies
install:
- pip install . --use-mirrors
- pip install coveralls --use-mirrors
# command to run tests
script:
- nosetests --with-coverage

after_success:
- coveralls

0 comments on commit 982d3cb

Please sign in to comment.