diff --git a/travis/install.sh b/travis/install.sh index fe5cb591c..edcaaffb3 100755 --- a/travis/install.sh +++ b/travis/install.sh @@ -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 diff --git a/travis/test.sh b/travis/test.sh index 81aad4a26..ab51c72e8 100755 --- a/travis/test.sh +++ b/travis/test.sh @@ -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