Skip to content

Commit 6f4a21f

Browse files
author
Sebastien Coavoux
committed
Enh: Travis build
1 parent 2765201 commit 6f4a21f

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.travis.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,9 @@ python:
44
- "2.6"
55

66
install:
7-
- "pip install pycurl"
8-
- "sudo useradd shinken"
9-
- "pip install -r requirements.txt"
10-
- "pip install coveralls"
7+
- "[ -d test ] && ./test/setup_module_test.sh || : "
118

12-
script: nosetests -vx --with-coverage --cover-package=module
9+
script: "[ -d test ] && cd ~/shinken/test && nosetests -vx --with-coverage --cover-package=module || :"
1310

1411
after_success:
1512
coveralls

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<a href='https://travis-ci.org/shinken-monitoring/mod-ui-pnp'><img src='https://api.travis-ci.org/shinken-monitoring/mod-ui-pnp.svg?branch=master' alt='Travis Build'></a>
12
mod-ui-pnp
23
==========
34

requirements.txt

-1
This file was deleted.

0 commit comments

Comments
 (0)