Skip to content

Commit 7e140b2

Browse files
committed
Try to fix travis
1 parent f5eadd5 commit 7e140b2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

install-bikeshed.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ echo "Installing bikeshed dependencies..."
1010
sudo apt-get install python2.7 python-dev libxslt1-dev libxml2-dev || error_exit "Error installing Python and dependencies"
1111
sudo pip install lxml || error_exit "Error installing pip libxml"
1212
sudo pip install lxml --upgrade || error_exit "Error upgrading libxml"
13+
sudo pip install setuptools --upgrade || error_exit "Error upgrading setuptools"
1314
sudo pip install pygments || error_exit "Error installing Pygments"
1415

1516
cd ..

0 commit comments

Comments
 (0)