try to bump up pip3 version

This commit is contained in:
Sergey Dudoladov 2019-04-26 11:33:25 +02:00
parent eafd30284b
commit d801ac3f6b
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
dist: trusty
dist: xenial
sudo: true
branches:
@ -14,6 +14,7 @@ before_install:
- go get github.com/Masterminds/glide
- go get github.com/mattn/goveralls
- go get sigs.k8s.io/kind
- sudo apt update
- sudo apt-get install -y python3 python3-pip
install: