Unpinning tox version in install script.

Regressions from tox 2.2.0 were fixed in >=2.3.
This commit is contained in:
Danny Hermes
2015-12-14 10:40:49 -08:00
parent 962ad5da0e
commit 7e5134d2b8

View File

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