Skip to content

Commit

Permalink
[TMP] Make pytest run verbosely under travis
Browse files Browse the repository at this point in the history
  • Loading branch information
rsetaluri committed Nov 1, 2018
1 parent 97e0d65 commit 034d99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
script:
# TODO: Enable pep8 check
# - py.test --cov magma --pep8 magma -v --cov-report term-missing tests
- py.test --cov magma -v --cov-report term-missing tests
- py.test -s -vv --cov magma -v --cov-report term-missing tests
- stage: trigger downstream
script: |
# See https://github.com/mernst/plume-lib/blob/master/bin/trigger-travis.sh for documentation
Expand Down

0 comments on commit 034d99a

Please sign in to comment.