ENH: Add python3 versions to Travis CI config

pull/128/merge^2
Steven Hiscocks 2013-03-23 19:31:29 +00:00
parent 8ddc9de928
commit 21888dfe69
1 changed files with 6 additions and 0 deletions

View File

@ -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