mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-05 07:41:37 -05:00
.travis.yml: Quiet shell output during testing
This commit is contained in:
parent
c9770d1789
commit
c18de820e9
1 changed files with 3 additions and 3 deletions
|
@ -21,11 +21,11 @@ before_install:
|
|||
# Install cask
|
||||
- curl -fsSL https://raw.githubusercontent.com/cask/cask/master/go | python
|
||||
install:
|
||||
- sudo apt-get install -y python3 python3-pip
|
||||
- sudo pip3 install --upgrade setuptools pip
|
||||
- sudo apt-get install -y python3 python3-pip &> /dev/null
|
||||
- sudo pip3 install --upgrade setuptools pip &> /dev/null
|
||||
# --ignore-installed six since jupyter tries to upgrade it, but it can't be
|
||||
# ugraded since it is a distutils package
|
||||
- sudo pip3 install --ignore-installed six jupyter
|
||||
- sudo pip3 install --ignore-installed six jupyter &> /dev/null
|
||||
# Install the kernelspec using the right python. Jupyter installs a default
|
||||
# python kernelspec that uses "python" for the command in
|
||||
# /usr/local/share/jupyter. This installs one with an absolute path using our
|
||||
|
|
Loading…
Add table
Reference in a new issue