Removing pyenv instructions

This commit is contained in:
Zachary Klosko 2020-11-20 09:23:27 -05:00
parent ddd02de3b1
commit ada9dec45a

View file

@ -6,7 +6,7 @@ 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 local $TRAVIS_PYTHON_VERSION
pushd python_apps/airtime_analyzer pushd python_apps/airtime_analyzer
pip3 install -e . pip3 install -e .
popd popd