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.
This commit is contained in:
Danny Hermes
2015-11-16 11:14:50 -08:00
parent 311a53fbca
commit 42db5143d3

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"