emacs-ipython-notebook/.travis.yml

41 lines
861 B
YAML
Raw Normal View History

sudo: false
language: python
addons:
apt:
packages:
- gnutls-bin
- sharutils
cache:
directories:
- $HOME/local
python:
- "2.7"
- "3.6"
env:
global:
- PATH=$HOME/local/bin:$HOME/local/evm/bin:$HOME/local/cask/bin:$PATH
matrix:
2018-09-28 17:43:43 -04:00
- 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:
2018-09-28 17:43:43 -04:00
- 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
script:
- make test || ( ( zip -q - log/{testein,testfunc,ecukes}.* 2>/dev/null | uuencode log.zip ) && ( printf "To diagnose, travis logs -i | dos2unix | sed '/^begin 644/,/^end/!d' | uudecode" ) && false )