diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-07-06 17:38:10 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-07-08 00:05:01 +0200 |
| commit | d44e1e268c5da846455d3f73f94a283e80340b6c (patch) | |
| tree | ce1941e7e5fde09e7f1fcaaa13f1f8d81ca2f066 /travis/linux_gcc | |
| parent | 076e62a9357e819a0c13b3fb1915c29a2b3c98d5 (diff) | |
| download | PROJ-d44e1e268c5da846455d3f73f94a283e80340b6c.tar.gz PROJ-d44e1e268c5da846455d3f73f94a283e80340b6c.zip | |
Travis: add testing of JSON output against schema and upgrade everything to Python3
Diffstat (limited to 'travis/linux_gcc')
| -rwxr-xr-x | travis/linux_gcc/before_install.sh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/travis/linux_gcc/before_install.sh b/travis/linux_gcc/before_install.sh index 4ac7c3b6..5564ff8f 100755 --- a/travis/linux_gcc/before_install.sh +++ b/travis/linux_gcc/before_install.sh @@ -1,10 +1,11 @@ #!/bin/bash set -e +sudo apt-get update -qq +sudo apt-get install -qq python3-pip ./travis/before_install.sh -sudo apt-get update -qq sudo apt-get install -y cppcheck sudo apt-get install -qq lcov sudo apt-get install -qq doxygen graphviz @@ -14,7 +15,7 @@ sudo apt-get install -qq openjdk-7-jdk scripts/cppcheck.sh scripts/doxygen.sh -pip install --user sphinxcontrib-bibtex -pip install --user cpp-coveralls +pip3 install --user sphinxcontrib-bibtex +pip3 install --user cpp-coveralls ./travis/docker.sh |
