Skip to content
This repository has been archived by the owner on Feb 7, 2022. It is now read-only.

Commit

Permalink
Make pip quieter in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
zgoda committed May 14, 2019
1 parent 128ea86 commit 71ea8f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ before_script:
- chmod +x ./cc-test-reporter
- ./cc-test-reporter before-build
install:
- pip install -U -r requirements/test.txt
- pip install -e .
- pip install -q -U -r requirements/test.txt
- pip install -q -e .
script:
- pytest --cov-branch --cov-report xml --cov=brewlog tests
after_script:
Expand Down

0 comments on commit 71ea8f1

Please sign in to comment.