Removes pyenv from barbican.sh

pyenv no longer rehashed as part of the installation

Change-Id: Iae80d6342e7356f4fb949c4c10a048048d585351
Closes-Bug: #1459814
This commit is contained in:
Amy Marrich 2015-08-11 11:29:56 -05:00
parent a58aab7481
commit 5696f5ef47

View File

@ -93,12 +93,6 @@ install_barbican()
# Install source code into the Python path as if packaged.
pip install -e .
# If using pyenv, rehash now.
hash pyenv &> /dev/null
if [ $? -eq 0 ]; then
pyenv rehash
fi
# Run unit tests
python setup.py testr