mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
ENH: Add python3 versions to Travis CI config
This commit is contained in:
parent
8ddc9de928
commit
21888dfe69
1 changed files with 6 additions and 0 deletions
|
|
@ -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 a new issue