Skip to content

Commit

Permalink
Need to install indent.
Browse files Browse the repository at this point in the history
  • Loading branch information
mithro committed Jan 31, 2015
1 parent 72b8fd3 commit 9784299
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ sudo pip install pylint --upgrade
# Needed for tests
sudo apt-get -y install wget libav-tools

# Needed for style checks
sudo apt-get -y install indent

# Needed to get coverage output
sudo apt-get -y install libyaml-dev
if [[ $TEST == "server" ]]; then
Expand Down

0 comments on commit 9784299

Please sign in to comment.