mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-05 09:01:40 -05:00
Run functional tests in Travis CI
This commit is contained in:
parent
da36474302
commit
a87292d94c
2 changed files with 5 additions and 2 deletions
|
@ -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 &&
|
||||
|
|
6
Makefile
6
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue