Merge pull request #362 from dhermes/tox-unpin

Unpinned tox version in install script.
This commit is contained in:
Nathaniel Manista
2015-12-14 12:25:41 -08:00

View File

@@ -16,7 +16,7 @@
set -ev set -ev
pip install tox==2.1.1 pip install tox
if [[ "${TOX_ENV}" == "pypy" ]]; then if [[ "${TOX_ENV}" == "pypy" ]]; then
git clone https://github.com/yyuu/pyenv.git ${HOME}/.pyenv git clone https://github.com/yyuu/pyenv.git ${HOME}/.pyenv
PYENV_ROOT="${HOME}/.pyenv" PYENV_ROOT="${HOME}/.pyenv"