Merge pull request #2063 from ThomasWaldmann/travis-osx-pythons

travis: use latest pythons for OS X based testing
This commit is contained in:
TW 2017-01-15 00:49:52 +01:00 committed by GitHub
commit f266299e5f
1 changed files with 4 additions and 4 deletions

View File

@ -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