mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-05 09:01:40 -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
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- git
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
allow_failures:
|
||||
|
@ -8,8 +13,16 @@ python:
|
|||
- "3.4"
|
||||
- "3.5"
|
||||
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
|
||||
- curl -fsSkL https://raw.github.com/cask/cask/master/go | python
|
||||
- export PATH=$HOME/.cask/bin:$PATH
|
||||
|
||||
- cask
|
||||
install:
|
||||
- pip install jupyter==$JUPYTER
|
||||
|
|
4
Cask
4
Cask
|
@ -1,10 +1,12 @@
|
|||
(source gnu)
|
||||
(source melpa)
|
||||
|
||||
(package "ein" "0.12.0" "Emacs IPython Notebook.")
|
||||
(package-file "lisp/ein.el")
|
||||
(files ("lisp/*.el" :exclude ("lisp/zeroein.el")))
|
||||
|
||||
(development
|
||||
(depends-on "websocket")
|
||||
(depends-on "request")
|
||||
(depends-on "cl-generic"))
|
||||
(depends-on "cl-generic")
|
||||
(depends-on "ecukes"))
|
||||
|
|
Loading…
Add table
Reference in a new issue