.travis.yml: Quiet shell output during testing

This commit is contained in:
Nathaniel Nicandro 2019-05-09 08:51:26 -05:00
parent c9770d1789
commit c18de820e9

View file

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