Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.

Commit

Permalink
Merge pull request #340 from dhermes/tox-221-temp-workaround
Browse files Browse the repository at this point in the history
Pinning tox to version 2.1.1.
  • Loading branch information
dhermes committed Nov 17, 2015
2 parents 311a53f + 42db514 commit ab3e535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ab3e535

Please sign in to comment.