Fix Travis build (#641)

Travis now installs pip3 explicitly.
This commit is contained in:
Tyler Veness
2017-09-19 21:13:03 -07:00
committed by Peter Johnson
parent 57ba58917d
commit 1711291cd8

View File

@@ -9,10 +9,11 @@ addons:
packages:
- g++-6
- python3
- python3-pip
- clang-format-3.8
install:
- pip3 install wpiformat
- pip3 install --user wpiformat
- mkdir -p $HOME/latest-gcc-symlinks # see travis-ci/travis-ci#3668
- ln -s /usr/bin/g++-6 $HOME/latest-gcc-symlinks/g++
- ln -s /usr/bin/gcc-6 $HOME/latest-gcc-symlinks/gcc