~a-roehler/python-mode/components-python-mode

1
2
3
4
5
6
7
8
9
10
11
12
language: python

before_install:
  sudo add-apt-repository -y ppa:cassou/emacs &&
  sudo apt-get update -qq &&
  sudo apt-get install -qq emacs24 emacs24-el emacs24-common-non-dfsg ipython jython;

env:
  EMACS=emacs24

script:
  ./run-travis-ci.sh