mirror of https://github.com/fail2ban/fail2ban
Merge pull request #922 from leeclemens/ENH/pypy3TravisSupport
Add pypy3 Travis Supportpull/929/head
commit
4f28bc4fb0
|
@ -8,6 +8,7 @@ python:
|
|||
- "3.3"
|
||||
- "3.4"
|
||||
- "pypy"
|
||||
- "pypy3"
|
||||
before_install:
|
||||
- if [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; then travis_retry sudo apt-get update -qq; fi
|
||||
install:
|
||||
|
|
Loading…
Reference in New Issue