mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-09 08:51:54 -04:00
travis: stop testing on py34 on macOS due to OpenSSL 1.1 incompatibility
This commit is contained in:
parent
79e18409d6
commit
7f323c97a9
2 changed files with 0 additions and 8 deletions
|
|
@ -27,10 +27,6 @@ matrix:
|
|||
os: linux
|
||||
dist: xenial
|
||||
env: TOXENV=py37
|
||||
- language: generic
|
||||
os: osx
|
||||
osx_image: xcode8.3
|
||||
env: TOXENV=py34
|
||||
- language: generic
|
||||
os: osx
|
||||
osx_image: xcode8.3
|
||||
|
|
|
|||
|
|
@ -27,10 +27,6 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
|
|||
fi
|
||||
|
||||
case "${TOXENV}" in
|
||||
py34)
|
||||
pyenv install 3.4.5
|
||||
pyenv global 3.4.5
|
||||
;;
|
||||
py35)
|
||||
pyenv install 3.5.3 # minimum for openssl 1.1.x
|
||||
pyenv global 3.5.3
|
||||
|
|
|
|||
Loading…
Reference in a new issue