emacs-ipython-notebook/.travis.yml

24 lines
664 B
YAML
Raw Normal View History

language: python
matrix:
fast_finish: true
allow_failures:
2016-12-18 14:18:31 -06:00
- env: EVM_EMACS=emacs-git-snapshot
python:
- "2.7"
- "3.4"
- "3.5"
2012-09-12 17:54:19 +02:00
before_install:
- curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > x.sh && source ./x.sh
- evm install $EVM_EMACS --use --skip
2016-12-18 14:18:31 -06:00
- evm list
- cask install
install:
- sudo pip install jupyter==$JUPYTER
env:
- EVM_EMACS=emacs-24.4-travis IPYCMD=jupyter JUPYTER=1.0.0
- EVM_EMACS=emacs-25.1-travis IPYCMD=jupyter JUPYTER=1.0.0
- EVM_EMACS=emacs-git-snapshot-travis IPYCMD=jupyter JUPYTER=1.0.0
script:
2016-12-18 14:23:07 -06:00
- emacs --version
- python tools/testein.py --emacs emacs --ipython $(which $IPYCMD)