mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-05 09:01:40 -05:00
ssl issue with python 2.7.12 on osx
This commit is contained in:
parent
5a1d109622
commit
677003e142
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ if [ "x$TRAVIS_OS_NAME" = "xosx" ]; then
|
||||||
|
|
||||||
case "${TOXENV}" in
|
case "${TOXENV}" in
|
||||||
py27)
|
py27)
|
||||||
pyenv install -s 2.7.12
|
pyenv install -s 2.7.13
|
||||||
pyenv virtualenv -f 2.7.12 py27
|
pyenv virtualenv -f 2.7.13 py27
|
||||||
;;
|
;;
|
||||||
py35)
|
py35)
|
||||||
pyenv install -s 3.5.2
|
pyenv install -s 3.5.2
|
||||||
|
|
Loading…
Add table
Reference in a new issue