ENH: Add python3 versions to Travis CI config

pull/128/merge^2
Steven Hiscocks 12 years ago
parent 8ddc9de928
commit 21888dfe69

@ -5,7 +5,13 @@ python:
- "2.5" - "2.5"
- "2.6" - "2.6"
- "2.7" - "2.7"
- "3.0"
- "3.1"
- "3.2"
- "3.3"
install: install:
- "pip install pyinotify" - "pip install pyinotify"
before_script:
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then ./fail2ban-2to3; fi
script: script:
- python ./fail2ban-testcases - python ./fail2ban-testcases

Loading…
Cancel
Save