Removing references to pyenv local
This commit is contained in:
parent
3f27d2f640
commit
41e1a30735
2 changed files with 0 additions and 3 deletions
|
@ -6,8 +6,6 @@ if [[ -n "$TRAVIS_PHP_VERSION" ]]; then
|
|||
composer install
|
||||
fi
|
||||
if [[ -n "$TRAVIS_PYTHON_VERSION" ]]; then
|
||||
pyenv install --skip-existing $TRAVIS_PYTHON_VERSION
|
||||
pyenv local $TRAVIS_PYTHON_VERSION
|
||||
pushd python_apps/airtime_analyzer
|
||||
pip3 install -e .
|
||||
popd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue