mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-23 22:51:35 +00:00
Merge pull request #2063 from ThomasWaldmann/travis-osx-pythons
travis: use latest pythons for OS X based testing
This commit is contained in:
commit
f266299e5f
1 changed files with 4 additions and 4 deletions
|
@ -21,12 +21,12 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
|
|||
|
||||
case "${TOXENV}" in
|
||||
py34)
|
||||
pyenv install 3.4.3
|
||||
pyenv global 3.4.3
|
||||
pyenv install 3.4.5
|
||||
pyenv global 3.4.5
|
||||
;;
|
||||
py35)
|
||||
pyenv install 3.5.1
|
||||
pyenv global 3.5.1
|
||||
pyenv install 3.5.2
|
||||
pyenv global 3.5.2
|
||||
;;
|
||||
py36)
|
||||
pyenv install 3.6.0
|
||||
|
|
Loading…
Reference in a new issue