mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
coverage: added python3.6
This commit is contained in:
parent
40837754c9
commit
f35aa6d258
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ python:
|
|||
- 3.3
|
||||
- 3.4
|
||||
- 3.5
|
||||
- 3.6
|
||||
- pypy3
|
||||
before_install:
|
||||
- if [[ $TRAVIS_PYTHON_VERSION == 2* || $TRAVIS_PYTHON_VERSION == 'pypy' ]]; then export F2B_PY_2=true && echo "Set F2B_PY_2"; fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue