mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-04 16:51:38 -05:00
Try emacs 26.3 for OS X build.
This commit is contained in:
parent
094683f533
commit
e2662f9532
1 changed files with 1 additions and 2 deletions
|
@ -44,7 +44,7 @@ matrix:
|
|||
env: EMACS_CI=emacs-26-3 IPYTHON=7.8.0 PY=python3 PIP="${PY} -m pip install --user"
|
||||
- os: osx
|
||||
language: generic
|
||||
env: EVM_EMACS=emacs-26.1 IPYTHON=5.8.0 PY=python3 PIP="${PY} -m pip install" TOXENV=py37
|
||||
env: EVM_EMACS=emacs-26.3 IPYTHON=5.8.0 PY=python3 PIP="${PY} -m pip install" TOXENV=py37
|
||||
|
||||
allow_failures:
|
||||
- env: EMACS_CI=emacs-snapshot
|
||||
|
@ -69,7 +69,6 @@ install:
|
|||
before_script:
|
||||
- |
|
||||
if [ "x$TRAVIS_OS_NAME" = "xosx" ]; then
|
||||
brew install gpg
|
||||
sh tools/install-evm.sh
|
||||
evm config path $HOME/.evm
|
||||
evm install $EVM_EMACS --use --skip
|
||||
|
|
Loading…
Add table
Reference in a new issue