From eb1ecc89e103cecea0b1524157440a9df7679f6c Mon Sep 17 00:00:00 2001 From: Josh Pieper Date: Tue, 1 Dec 2020 11:44:55 -0500 Subject: [PATCH] Attempt to get travis to be able to build the python wheel --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 97f82ecd..3bd2da52 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,10 @@ script: ./travis-ci.sh -dist: bionic +dist: focal language: cpp +addons: + apt: + packages: + - python3-pep517 cache: directories: - $HOME/.cache/bazel/