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

Commit

Permalink
Make pytest verbose on pipelines.
Browse files Browse the repository at this point in the history
  • Loading branch information
garth-wells committed Jul 20, 2016
1 parent bbe9025 commit 06be82f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bitbucket-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ pipelines:
- pip install .
- pip3 install .
- cd test/
- DATA_REPO_GIT="" py.test .
- DATA_REPO_GIT="" py.test-3 .
- DATA_REPO_GIT="" py.test -v .
- DATA_REPO_GIT="" py.test-3 -v .

0 comments on commit 06be82f

Please sign in to comment.