mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-05 09:01:40 -05:00
Test against dev version of IPython
This commit is contained in:
parent
8cbe1b9dd7
commit
8b05d26a97
3 changed files with 8 additions and 0 deletions
|
@ -9,9 +9,11 @@ before_install:
|
|||
emacs-snapshot-el emacs-snapshot-gtk emacs-snapshot;
|
||||
fi
|
||||
env:
|
||||
- IPY_VERSION=dev EMACS=emacs
|
||||
- IPY_VERSION=0.13.0 EMACS=emacs
|
||||
- IPY_VERSION=0.12.1 EMACS=emacs
|
||||
- IPY_VERSION=0.12.0 EMACS=emacs
|
||||
- IPY_VERSION=dev EMACS=emacs-snapshot
|
||||
- IPY_VERSION=0.13.0 EMACS=emacs-snapshot
|
||||
- IPY_VERSION=0.12.1 EMACS=emacs-snapshot
|
||||
- IPY_VERSION=0.12.0 EMACS=emacs-snapshot
|
||||
|
|
3
Makefile
3
Makefile
|
@ -26,6 +26,9 @@ ert-compile: ert-clean
|
|||
ert-clean:
|
||||
rm -f lib/ert/lisp/emacs-lisp/*.elc
|
||||
|
||||
env-ipy.dev:
|
||||
tools/makeenv.sh env/ipy.dev tools/requirement-ipy.dev.txt
|
||||
|
||||
env-ipy.0.13.0:
|
||||
tools/makeenv.sh env/ipy.0.13.0 tools/requirement-ipy.0.13.0.txt
|
||||
|
||||
|
|
3
tools/requirement-ipy.dev.txt
Normal file
3
tools/requirement-ipy.dev.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
https://github.com/ipython/ipython/tarball/master
|
||||
pyzmq
|
||||
tornado
|
Loading…
Add table
Reference in a new issue