Force html5lib version to be used

This commit is contained in:
Aitor Magán García 2016-07-19 21:30:23 +02:00 committed by GitHub
parent d1f92cba6e
commit a1490bf88f
1 changed files with 3 additions and 1 deletions

View File

@ -57,7 +57,9 @@ echo "Setting up virtualenv..."
virtualenv --no-site-packages virtualenv
source virtualenv/bin/activate
pip install --upgrade pip
pip install setuptools==18.5
# Force html5lib version to be used
pip install html5lib==0.9999999
echo "Installing CKAN dependencies..."