Use Python 3.7 in Travis CMake Linux Job (#1944)

This commit is contained in:
Florian Märkl 2019-12-18 13:04:44 +01:00 committed by GitHub
parent 6b2433e986
commit 65c6dd31d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ matrix:
- ninja-build
- libgraphviz-dev
before_install:
- pyenv global 3.7.1
- pyenv global 3.7
- pip install meson
- name: Linux Ubuntu 16.04