We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2765201 commit 6f4a21fCopy full SHA for 6f4a21f
.travis.yml
@@ -4,12 +4,9 @@ python:
4
- "2.6"
5
6
install:
7
- - "pip install pycurl"
8
- - "sudo useradd shinken"
9
- - "pip install -r requirements.txt"
10
- - "pip install coveralls"
+ - "[ -d test ] && ./test/setup_module_test.sh || : "
11
12
-script: nosetests -vx --with-coverage --cover-package=module
+script: "[ -d test ] && cd ~/shinken/test && nosetests -vx --with-coverage --cover-package=module || :"
13
14
after_success:
15
coveralls
README.md
@@ -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>
2
mod-ui-pnp
3
==========
requirements.txt
0 commit comments