From 4f078da67965b4d3c3e3893968c0716a30fd1f9c Mon Sep 17 00:00:00 2001 From: Kyle Robbertze Date: Mon, 20 Jan 2020 15:04:35 +0200 Subject: [PATCH] bump travis python version --- .travis.yml | 2 +- travis/python.sh | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index b76af6469..abaf61498 100644 --- a/.travis.yml +++ b/.travis.yml @@ -70,7 +70,7 @@ install: fi - > if [[ "$PYTHON" == true ]]; then - pyenv local 3.6 + pyenv local 3.7 pip3 install --user mkdocs rgain3 pushd python_apps/airtime_analyzer python3 setup.py install --dry-run --no-init-script diff --git a/travis/python.sh b/travis/python.sh index 5e32cdeb7..5ad3b7a93 100755 --- a/travis/python.sh +++ b/travis/python.sh @@ -4,10 +4,8 @@ set -xe [[ "$PYTHON" == false ]] && exit 0 -python3 --version - pushd python_apps/airtime_analyzer -pyenv local 3.6 +pyenv local 3.7 pip3 install -e . nosetests popd