.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:
Benda Xu 2017-09-30 21:27:16 +09:00
parent 5e1f3ed665
commit 661bb1c7f1

View file

@ -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)