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 25, 2014
1 parent 7856bdf commit 92bf8c1
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1 @@
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
-e git+https://github.com/naparuba/shinken.git#egg=shinken

0 comments on commit 92bf8c1

Please sign in to comment.