From 42db5143d37cb3282ef35e63c5d0e6f5c3a54895 Mon Sep 17 00:00:00 2001 From: Danny Hermes Date: Mon, 16 Nov 2015 11:14:50 -0800 Subject: [PATCH] Pinning tox to version 2.1.1. This is a temporary workaround due to the config parsing change introduced in 2.2.0. See #339 for more details. --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 0ef7ad2..b5e75f5 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -16,7 +16,7 @@ set -ev -pip install tox +pip install tox==2.1.1 if [[ "${TOX_ENV}" == "pypy" ]]; then git clone https://github.com/yyuu/pyenv.git ${HOME}/.pyenv PYENV_ROOT="${HOME}/.pyenv"