From 7e5134d2b8e077cc7080177f878c2a4a3230a738 Mon Sep 17 00:00:00 2001 From: Danny Hermes Date: Mon, 14 Dec 2015 10:40:49 -0800 Subject: [PATCH] Unpinning tox version in install script. Regressions from tox 2.2.0 were fixed in >=2.3. --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index b5e75f5..0ef7ad2 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -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"