ENH: travis -- try to run tests against all available python versions

_tent/ipv6_adapter_cmd
Yaroslav Halchenko 2012-11-06 14:12:35 -05:00
parent da626b51cc
commit ef2ea965c8
1 changed files with 2 additions and 3 deletions

View File

@ -9,7 +9,6 @@ env:
- PYTHON=python PYSUF='' - PYTHON=python PYSUF=''
# - PYTHON=python3 PYSUF=3 : python3-numpy not currently available # - PYTHON=python3 PYSUF=3 : python3-numpy not currently available
install: install:
- sudo apt-get install $PYTHON-pyinotify - sudo apt-get install $PYTHON-all $PYTHON-pyinotify $PYTHON-gamin
- sudo apt-get install $PYTHON-gamin
script: script:
- ./fail2ban-testcases - set -e; for p in `pyversions -s`; do echo "I: $p"; $p ./fail2ban-testcases; done