diff --git a/.travis.yml b/.travis.yml index 94c8a87b0..80ffc51c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,9 +48,9 @@ jobs: - language: php php: 5.6 stage: test -# - language: python -# python: 3.8 -# stage: test + - language: python + python: 3.8 + stage: test # - language: python # python: 3.7 # stage: test @@ -83,8 +83,8 @@ jobs: # Ubuntu Bionic cloud image uses Python 3.6.9 - language: python python: 3.8 - - language: python - python: 3.7 +# - language: python +# python: 3.7 # https://github.com/LibreTime/libretime/issues/1041 - language: python python: 3.5 diff --git a/travis/install.sh b/travis/install.sh index c9bb43c78..fe5cb591c 100755 --- a/travis/install.sh +++ b/travis/install.sh @@ -6,7 +6,8 @@ if [[ -n "$TRAVIS_PHP_VERSION" ]]; then composer install fi if [[ -n "$TRAVIS_PYTHON_VERSION" ]]; then -# pyenv local $TRAVIS_PYTHON_VERSION + pyenv install --skip-existing $TRAVIS_PYTHON_VERSION + pyenv local $TRAVIS_PYTHON_VERSION pushd python_apps/airtime_analyzer pip3 install -e . popd