Merge pull request #340 from dhermes/tox-221-temp-workaround

Pinning tox to version 2.1.1.
This commit is contained in:
Danny Hermes
2015-11-17 14:20:52 -08:00

View File

@@ -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"