Skip to content

Commit

Permalink
Add: Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Coavoux committed Jul 28, 2014
1 parent de58f93 commit 41b50a0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
language: python
python:
- "2.7"
- "2.6"

install:
- "pip install pycurl"
- "sudo useradd shinken"
- "pip install -r requirements.txt"
- "pip install coveralls"

script: nosetests -vx --with-coverage --cover-package=module

after_success:
coveralls

notifications:
email: false
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-e git+https://github.com/naparuba/shinken.git#egg=shinken

0 comments on commit 41b50a0

Please sign in to comment.