mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
Merge pull request #1095 from leeclemens/bf-1089/disable-pypy
temporarily disabled pypy in .travis.yml
This commit is contained in:
commit
fd46b90106
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ python:
|
|||
- "3.2"
|
||||
- "3.3"
|
||||
- "3.4"
|
||||
- "pypy"
|
||||
# - "pypy" # disabled for now due to frequent unreproducable failures # gh-1089
|
||||
- "pypy3"
|
||||
before_install:
|
||||
- if [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; then travis_retry sudo apt-get update -qq; fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue