emacs-ipython-notebook/.travis.yml

25 lines
825 B
YAML
Raw Normal View History

language: python
matrix:
fast_finish: true
allow_failures:
- env: EMACS_VERSION=snapshot
python:
- "2.7"
- "3.4"
- "3.5"
2012-09-12 17:54:19 +02:00
before_install:
- sudo apt-get -yq update
# Configure $PATH: Executables are installed to $HOME/bin
- export PATH="$HOME/bin:$PATH"
# Download the makefile to emacs-travis.mk
- wget 'https://raw.githubusercontent.com/flycheck/emacs-travis/master/emacs-travis.mk'
# Install Emacs (according to $EMACS_VERSION)
- sudo make -f emacs-travis.mk install_emacs EMACSCONFFLAGS='--with-x-toolkit=no --without-x --without-all --with-xml2 CFLAGS=-O2 CXXFLAGS=-O2'
install:
- pip install jupyter==$JUPYTER
env:
- EMACS_VERSION=24.3 IPYCMD=jupyter JUPYTER=1.0.0
- EMACS_VERSION=25.1-rc2 IPYCMD=jupyter JUPYTER=1.0.0
script: python tools/testein.py --emacs $EMACS --ipython $IPYCMD