From 92bf8c1392eb4dac6a481efa8102a1e9b11694f3 Mon Sep 17 00:00:00 2001 From: Sebastien Coavoux Date: Fri, 25 Jul 2014 16:15:41 -0400 Subject: [PATCH] Add: Travis build --- requirements.txt | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9afe305..13a6f30 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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