mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
ENH: travis -- try to run tests against all available python versions
This commit is contained in:
parent
da626b51cc
commit
ef2ea965c8
1 changed files with 2 additions and 3 deletions
|
|
@ -9,7 +9,6 @@ env:
|
|||
- PYTHON=python PYSUF=''
|
||||
# - PYTHON=python3 PYSUF=3 : python3-numpy not currently available
|
||||
install:
|
||||
- sudo apt-get install $PYTHON-pyinotify
|
||||
- sudo apt-get install $PYTHON-gamin
|
||||
- sudo apt-get install $PYTHON-all $PYTHON-pyinotify $PYTHON-gamin
|
||||
script:
|
||||
- ./fail2ban-testcases
|
||||
- set -e; for p in `pyversions -s`; do echo "I: $p"; $p ./fail2ban-testcases; done
|
||||
|
|
|
|||
Loading…
Reference in a new issue