mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-05 17:11:41 -05:00
.travis.yml: pass full path of jupyter to tests.
(file-exists-p server-cmd-path) in ein:jupyter-server-start requires full path.
This commit is contained in:
parent
5e1f3ed665
commit
661bb1c7f1
1 changed files with 1 additions and 2 deletions
|
@ -26,5 +26,4 @@ env:
|
|||
- EVM_EMACS=emacs-git-snapshot-travis IPYCMD=jupyter JUPYTER=1.0.0
|
||||
script:
|
||||
- emacs --version
|
||||
- python tools/testein.py --emacs emacs --ipython $IPYCMD
|
||||
|
||||
- python tools/testein.py --emacs emacs --ipython $(which $IPYCMD)
|
Loading…
Add table
Reference in a new issue