Balancing this PR with #1092
This commit is contained in:
parent
ada9dec45a
commit
9077db7678
2 changed files with 7 additions and 6 deletions
10
.travis.yml
10
.travis.yml
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue