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 - language: php
php: 5.6 php: 5.6
stage: test stage: test
# - language: python - language: python
# python: 3.8 python: 3.8
# stage: test stage: test
# - language: python # - language: python
# python: 3.7 # python: 3.7
# stage: test # stage: test
@ -83,8 +83,8 @@ jobs:
# Ubuntu Bionic cloud image uses Python 3.6.9 # Ubuntu Bionic cloud image uses Python 3.6.9
- language: python - language: python
python: 3.8 python: 3.8
- language: python # - language: python
python: 3.7 # python: 3.7
# https://github.com/LibreTime/libretime/issues/1041 # https://github.com/LibreTime/libretime/issues/1041
- language: python - language: python
python: 3.5 python: 3.5

View file

@ -6,7 +6,8 @@ if [[ -n "$TRAVIS_PHP_VERSION" ]]; then
composer install composer install
fi fi
if [[ -n "$TRAVIS_PYTHON_VERSION" ]]; then 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 pushd python_apps/airtime_analyzer
pip3 install -e . pip3 install -e .
popd popd