mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-23 16:26:29 +00:00
travis: use latest pythons for OS X based testing
we test on old pythons (3.x.0) on Linux, so we can test on 3.x.latest on OS X.
This commit is contained in:
parent
cc69d40848
commit
94e35fc52b
1 changed files with 4 additions and 4 deletions
|
@ -21,12 +21,12 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
|
||||||
|
|
||||||
case "${TOXENV}" in
|
case "${TOXENV}" in
|
||||||
py34)
|
py34)
|
||||||
pyenv install 3.4.3
|
pyenv install 3.4.5
|
||||||
pyenv global 3.4.3
|
pyenv global 3.4.5
|
||||||
;;
|
;;
|
||||||
py35)
|
py35)
|
||||||
pyenv install 3.5.1
|
pyenv install 3.5.2
|
||||||
pyenv global 3.5.1
|
pyenv global 3.5.2
|
||||||
;;
|
;;
|
||||||
py36)
|
py36)
|
||||||
pyenv install 3.6.0
|
pyenv install 3.6.0
|
||||||
|
|
Loading…
Reference in a new issue