mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 01:21:38 -05:00
Mimic melpa .travis.yml
One day, this WILL WORK.
This commit is contained in:
parent
6309f2da5d
commit
544771ac3f
2 changed files with 17 additions and 2 deletions
15
.travis.yml
15
.travis.yml
|
@ -1,4 +1,9 @@
|
||||||
language: python
|
language: python
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- git
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
allow_failures:
|
allow_failures:
|
||||||
|
@ -8,8 +13,16 @@ python:
|
||||||
- "3.4"
|
- "3.4"
|
||||||
- "3.5"
|
- "3.5"
|
||||||
before_install:
|
before_install:
|
||||||
- curl -fsSkl https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > x.sh && source ./x.sh
|
- sudo apt-get -yq update
|
||||||
|
- sudo apt-get -yq install git
|
||||||
|
- git clone https://github.com/rejeep/evm.git $HOME/.evm
|
||||||
|
- export PATH=$HOME/.evm/bin:$PATH
|
||||||
|
|
||||||
|
- evm config path /tmp
|
||||||
- evm install $EMACS --use --skip
|
- evm install $EMACS --use --skip
|
||||||
|
- curl -fsSkL https://raw.github.com/cask/cask/master/go | python
|
||||||
|
- export PATH=$HOME/.cask/bin:$PATH
|
||||||
|
|
||||||
- cask
|
- cask
|
||||||
install:
|
install:
|
||||||
- pip install jupyter==$JUPYTER
|
- pip install jupyter==$JUPYTER
|
||||||
|
|
4
Cask
4
Cask
|
@ -1,10 +1,12 @@
|
||||||
(source gnu)
|
(source gnu)
|
||||||
(source melpa)
|
(source melpa)
|
||||||
|
|
||||||
|
(package "ein" "0.12.0" "Emacs IPython Notebook.")
|
||||||
(package-file "lisp/ein.el")
|
(package-file "lisp/ein.el")
|
||||||
(files ("lisp/*.el" :exclude ("lisp/zeroein.el")))
|
(files ("lisp/*.el" :exclude ("lisp/zeroein.el")))
|
||||||
|
|
||||||
(development
|
(development
|
||||||
(depends-on "websocket")
|
(depends-on "websocket")
|
||||||
(depends-on "request")
|
(depends-on "request")
|
||||||
(depends-on "cl-generic"))
|
(depends-on "cl-generic")
|
||||||
|
(depends-on "ecukes"))
|
||||||
|
|
Loading…
Add table
Reference in a new issue