TST: Add gamin support for Travis CI

pull/166/head
Steven Hiscocks 2013-03-30 18:17:01 +00:00
parent 74e76e068c
commit b0a08b9790
2 changed files with 3 additions and 1 deletions

View File

@ -5,8 +5,11 @@ python:
- "2.5"
- "2.6"
- "2.7"
before_install:
- sudo apt-get update -qq
install:
- pip install pyinotify
- sudo apt-get install -qq python-gamin
- if [[ $TRAVIS_PYTHON_VERSION == 2.[6-7] ]]; then pip install -q coveralls; fi
script:
- if [[ $TRAVIS_PYTHON_VERSION == 2.[6-7] ]]; then coverage run --rcfile=.travis_coveragerc fail2ban-testcases; else python ./fail2ban-testcases; fi

View File

@ -4,4 +4,3 @@ branch = True
omit =
/usr/*
/home/travis/virtualenv/*
server/filtergamin.py