aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDanny Hermes <daniel.j.hermes@gmail.com>2015-11-16 11:14:50 -0800
committerDanny Hermes <daniel.j.hermes@gmail.com>2015-11-16 11:14:50 -0800
commit42db5143d37cb3282ef35e63c5d0e6f5c3a54895 (patch)
tree35830fd1aa91b308acb1645d930f86ff94160945 /scripts
parent311a53fbcae550526a74057f27cb9df73a0af009 (diff)
downloadoauth2client-42db5143d37cb3282ef35e63c5d0e6f5c3a54895.tar.gz
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.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/install.sh2
1 files changed, 1 insertions, 1 deletions
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"