aboutsummaryrefslogtreecommitdiff
path: root/travis/before_install_apt.sh
blob: aea7a8d344fffaed7bbed0267129e5785ffe121a (plain)
1
2
3
4
5
6
7
#!/bin/bash

# All Debian-like before_install scripts starts by running this
# "global" before_install script.

sudo apt-get update -qq
sudo apt-get install -qq python3-pip