Balancing this PR with #1092

This commit is contained in:
Zachary Klosko 2020-11-20 11:04:21 -05:00
parent ada9dec45a
commit 9077db7678
2 changed files with 7 additions and 6 deletions

View file

@ -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

View file

@ -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