mirror of https://github.com/fail2ban/fail2ban
TST: Add Python 3.4 for TravisCI
parent
03d90c2f42
commit
a3f8b943a3
|
@ -6,6 +6,7 @@ python:
|
|||
- "2.7"
|
||||
- "3.2"
|
||||
- "3.3"
|
||||
- "3.4"
|
||||
- "pypy"
|
||||
before_install:
|
||||
- if [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; then sudo apt-get update -qq; fi
|
||||
|
|
Loading…
Reference in New Issue