From d44e1e268c5da846455d3f73f94a283e80340b6c Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sat, 6 Jul 2019 17:38:10 +0200 Subject: Travis: add testing of JSON output against schema and upgrade everything to Python3 --- travis/linux_gcc7/before_install.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'travis/linux_gcc7') diff --git a/travis/linux_gcc7/before_install.sh b/travis/linux_gcc7/before_install.sh index 25c7483f..50fd4c36 100755 --- a/travis/linux_gcc7/before_install.sh +++ b/travis/linux_gcc7/before_install.sh @@ -1,6 +1,8 @@ #!/bin/bash set -e +sudo apt-get update -qq +sudo apt-get install -qq python3-pip ./travis/before_install.sh -- cgit v1.2.3