mirror of https://github.com/fail2ban/fail2ban
ENH: Add python3 versions to Travis CI config
parent
8ddc9de928
commit
21888dfe69
|
@ -5,7 +5,13 @@ python:
|
|||
- "2.5"
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
- "3.0"
|
||||
- "3.1"
|
||||
- "3.2"
|
||||
- "3.3"
|
||||
install:
|
||||
- "pip install pyinotify"
|
||||
before_script:
|
||||
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then ./fail2ban-2to3; fi
|
||||
script:
|
||||
- python ./fail2ban-testcases
|
||||
|
|
Loading…
Reference in New Issue