Python 3.7.6 is still a release candidate. Sigh.

This commit is contained in:
John Miller 2019-12-17 07:32:27 -07:00
parent 097571649e
commit 9617d2e3a5

View file

@ -25,8 +25,8 @@ if [ "x$TRAVIS_OS_NAME" = "xosx" ]; then
pyenv virtualenv -f 3.6.9 py36
;;
py37)
pyenv install -s 3.7.6
pyenv virtualenv -f 3.7.6 py37
pyenv install -s 3.7.5
pyenv virtualenv -f 3.7.5 py37
;;
esac
fi