Skip to content

Commit

Permalink
Merge pull request #55 from andrewvaughan/quietpip
Browse files Browse the repository at this point in the history
Build: Quieted pip for installed dependencies (fixes #53)
  • Loading branch information
andrewvaughan authored Nov 12, 2017
2 parents 7141bd4 + 4594cdf commit c0295dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
dependencies:
pip install -U -r requirements.txt
pip install -q -U -r requirements.txt

dev-dependencies: dependencies
pip install -U -r requirements-dev.txt
pip install -q -U -r requirements-dev.txt

lint: dev-dependencies lint-docstring
pycodestyle --show-pep8 --show-source ./
Expand Down

0 comments on commit c0295dd

Please sign in to comment.