diff options
Diffstat (limited to 'travis')
| -rwxr-xr-x | travis/before_install.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/travis/before_install.sh b/travis/before_install.sh index d4a71766..e70a4f3e 100755 --- a/travis/before_install.sh +++ b/travis/before_install.sh @@ -1,6 +1,10 @@ #!/bin/bash -pyenv global system 3.6 +# Specify python version. This introduced because the +# Travis setup seems to vary between platforms. +pyenv global system $PY_VERSION +pyenv versions # a bit of debug info + pip install --user cpp-coveralls ./travis/docker.sh |
