diff --git a/.travis.yml b/.travis.yml index e655e7c1..b309255b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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