Run functional tests in Travis CI

This commit is contained in:
Takafumi Arakaki 2012-09-18 18:34:57 +02:00
parent da36474302
commit a87292d94c
2 changed files with 5 additions and 2 deletions

View file

@ -1,6 +1,7 @@
language: emacs-lisp
before_install:
- git submodule update --init
- sudo apt-get install libzmq-dev python-virtualenv
- if [ "$EMACS" = 'emacs-snapshot' ]; then
sudo add-apt-repository -y ppa:cassou/emacs &&
sudo apt-get update -qq &&

View file

@ -1,5 +1,6 @@
EMACS = emacs
IPYTHON = ipython
IPY_VERSION = 0.13.0
TESTEIN = tools/testein.py
testein-default:
@ -34,7 +35,8 @@ env-ipy.0.12.1:
env-ipy.0.12.0:
tools/makeenv.sh env/ipy.0.12.0 tools/requirement-ipy.0.12.0.txt
travis-ci: ert-compile
travis-ci: ert-compile env-ipy.$(IPY_VERSION)
$(EMACS) --version
python --version
$(TESTEIN) --no-func-test --clean-elc -e $(EMACS)
$(TESTEIN) --clean-elc -e $(EMACS) \
--ipython env/ipy.$(IPY_VERSION)/bin/ipython