Unverified Commit bf72c42c authored by Sean Hammond's avatar Sean Hammond Committed by GitHub

Merge pull request #2206 from hypothesis/fix-installing-tox

Fix installing tox
parents 4988aeb7 86cce98f
......@@ -41,5 +41,6 @@ do
if ! "$(pyenv root)/versions/$python_version/bin/tox" --version > /dev/null 2>&1
then
"$(pyenv root)/versions/$python_version/bin/pip" install --quiet --disable-pip-version-check tox > /dev/null
pyenv rehash
fi
done < .python-version
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment