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 8475883 commit 7856bdf
Show file tree
Hide file tree
Showing 2 changed files with 36 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
18 changes: 18 additions & 0 deletions requirements.txt
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

0 comments on commit 7856bdf

Please sign in to comment.