mirror of https://github.com/fail2ban/fail2ban
BF: disable testing on python 3.2 until coverage gets a fix
parent
24f875ad3e
commit
d618ee3d90
|
@ -6,7 +6,8 @@ python:
|
||||||
- 2.6
|
- 2.6
|
||||||
- 2.7
|
- 2.7
|
||||||
- pypy
|
- pypy
|
||||||
- 3.2
|
# disabled until coverage module fixes up compatibility issue
|
||||||
|
# - 3.2
|
||||||
- 3.3
|
- 3.3
|
||||||
- 3.4
|
- 3.4
|
||||||
- pypy3
|
- pypy3
|
||||||
|
|
Loading…
Reference in New Issue