Removing references to pyenv local
This commit is contained in:
parent
3f27d2f640
commit
41e1a30735
@ -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
|
||||
|
||||
@ -8,7 +8,6 @@ if [[ -n "$TRAVIS_PHP_VERSION" ]]; then
|
||||
popd
|
||||
fi
|
||||
if [[ -n "$TRAVIS_PYTHON_VERSION" ]]; then
|
||||
pyenv local $TRAVIS_PYTHON_VERSION
|
||||
pushd python_apps/airtime_analyzer
|
||||
nosetests
|
||||
popd
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user