Skip to content

Commit

Permalink
Travis lint builds should install all python deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rehandalal committed Jun 3, 2015
1 parent 997e44f commit 66424dd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/travis/install.sh
Expand Up @@ -9,15 +9,14 @@ ln -sf /usr/lib/`uname -i`-linux-gnu/libz.so ~/virtualenv/python2.6/lib/

echo "Install Python dependencies"
./peep.sh install -r requirements/dev.txt
./peep.sh install -r "requirements/default.txt"
echo

# Optimization: None of the rest is needed for lint tests.
if [[ $TEST_SUITE == "lint" ]]; then
exit 0
fi

./peep.sh install -r "requirements/default.txt"
echo

echo "Installing Node.js dependencies"
./scripts/lockdown.js
echo
Expand Down

0 comments on commit 66424dd

Please sign in to comment.