Skip to content

Commit

Permalink
.ci/deps.sh: Remove setup.py --help
Browse files Browse the repository at this point in the history
Unused and noisy.

Closes coala#1774
Related to coala#1123
  • Loading branch information
jayvdb committed May 26, 2017
1 parent e9f9520 commit b738960
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .ci/deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@ done

pip install -r docs-requirements.txt

python setup.py --help

# Dart Lint commands
if ! dartanalyzer -v &> /dev/null ; then
wget -nc -O ~/dart-sdk.zip https://storage.googleapis.com/dart-archive/channels/stable/release/1.14.2/sdk/dartsdk-linux-x64-release.zip
Expand Down

0 comments on commit b738960

Please sign in to comment.