emacs-ipython-notebook/.travis.yml
dickmao ad8408dfb7 Implement undo
`M-x customize-group RET ein`
Toggle `Ein:Worksheet Enable Undo`
Save for Future Sessions
Restart emacs or kill/restart notebook

Fixes #338
2018-10-02 10:00:25 -04:00

41 lines
704 B
YAML

sudo: false
language: python
addons:
apt:
packages:
- gnutls-bin
cache:
directories:
- $HOME/local
python:
- "2.7"
- "3.5"
- "3.6"
env:
global:
- PATH=$HOME/local/bin:$HOME/local/evm/bin:$HOME/local/cask/bin:$PATH
matrix:
- EVM_EMACS=emacs-25.2-travis EL_REQUEST_BACKEND=curl
- EVM_EMACS=emacs-26.1-travis EL_REQUEST_BACKEND=curl
matrix:
allow_failures:
- env: EVM_EMACS=emacs-snapshot
install:
- pip install jupyter ipython\<=6.4.0
- jupyter kernelspec list
before_script:
- sh tools/install-evm.sh
- evm install $EVM_EMACS --use --skip
- emacs --version
- sh tools/install-cask.sh
- cask install
script:
- make test || cat log/*.server