mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-05 09:01:40 -05:00
Python 3.7.6 is still a release candidate. Sigh.
This commit is contained in:
parent
097571649e
commit
9617d2e3a5
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue