Removing references to pyenv local

This commit is contained in:
Zachary Klosko 2020-11-20 14:16:20 -05:00
parent 3f27d2f640
commit 41e1a30735
2 changed files with 0 additions and 3 deletions

View file

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