emacs-ipython-notebook/.travis.yml
John Miller 85744a78bd Fix delete test, travis config tweaking cont.
Make delete test slightly less complicated, but hopefully still as
test-y. More tweaking to travis config.
2016-10-03 11:36:27 -05:00

24 lines
778 B
YAML

language: python
matrix:
fast_finish: true
allow_failures:
- env: EMACS_VERSION=snapshot
python:
- "2.7"
- "3.4"
- "3.5"
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-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