emacs-ipython-notebook/.travis.yml
John Miller b280edc65a Keeping up with EVM recipes
Adding emacs-26.1-travis to tested versions.
2018-06-01 09:19:10 -05:00

25 lines
548 B
YAML

language: python
addons:
apt:
packages:
- gnutls-bin
- libssl-dev
python:
- "2.7"
- "3.5"
- "3.6"
before_install:
- curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > x.sh && source ./x.sh
- evm install $EVM_EMACS --use --skip
- evm list
- cask install
install:
- pip install tornado
- pip install jupyter==$JUPYTER
env:
- EVM_EMACS=emacs-25.2-travis JUPYTER=1.0.0
- EVM_EMACS=emacs-26.1-travis JUPYTER=1.0.0
script:
- emacs --version
- jupyter notebook --version
- cask exec ert-runner