Skip to content
This repository was archived by the owner on Jun 7, 2018. It is now read-only.

Commit 6a6d02e

Browse files
committed
Try to get a more recent version of python
1 parent 7f1702f commit 6a6d02e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ node_js:
44

55
before_install:
66
- "mkdir -p ~/.npm"
7-
- "python --version"
87

98
install:
109
- ./build/install-bikeshed.sh

build/install-bikeshed.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ function error_exit
77
}
88

99
echo "Installing bikeshed dependencies..."
10+
sudo apt-get update
1011
sudo apt-get install python2.7 python-dev libxslt1-dev libxml2-dev || error_exit "Error installing Python and dependencies"
12+
python --version
1113
sudo pip install lxml || error_exit "Error installing pip libxml"
1214
sudo pip install lxml --upgrade || error_exit "Error upgrading libxml"
1315
sudo pip install pygments || error_exit "Error installing Pygments"

0 commit comments

Comments
 (0)