Skip to content

Commit

Permalink
drone: Add color to py.test output
Browse files Browse the repository at this point in the history
  • Loading branch information
Joakim Nohlgård committed Sep 13, 2016
1 parent f968f85 commit 8057c36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ pipeline:
image: eistec/arrowhead-ci-build:latest
commands:
- pip3 install -r requirements.txt -r requirements-tests.txt
- py.test --cov=soa --cov-report=term
- py.test --color=yes --cov=soa --cov-report=term

run_pylint:
image: eistec/arrowhead-ci-build:latest
commands:
- pip3 install -r requirements.txt -r requirements-tests.txt
- py.test --pylint soa
- py.test --color=yes --pylint soa

0 comments on commit 8057c36

Please sign in to comment.