mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
BF: disable testing on python 3.2 until coverage gets a fix
This commit is contained in:
parent
24f875ad3e
commit
d618ee3d90
1 changed files with 2 additions and 1 deletions
|
|
@ -6,7 +6,8 @@ python:
|
|||
- 2.6
|
||||
- 2.7
|
||||
- pypy
|
||||
- 3.2
|
||||
# disabled until coverage module fixes up compatibility issue
|
||||
# - 3.2
|
||||
- 3.3
|
||||
- 3.4
|
||||
- pypy3
|
||||
|
|
|
|||
Loading…
Reference in a new issue