Skip to content

Commit

Permalink
more verbose pytest for logs, much nicer to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kratsg committed Sep 20, 2018
1 parent 77e7151 commit 5f371ea
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 @@ -11,7 +11,7 @@ install:
- pip freeze
script:
- pyflakes pyhf
- pytest --ignore tests/benchmarks/ --ignore tests/test_notebooks.py
- pytest -vv --ignore tests/benchmarks/ --ignore tests/test_notebooks.py
after_success: coveralls

# always test (on both 'push' and 'pr' builds in Travis)
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
install:
- pip install --ignore-installed -U -q -e .[tensorflow,torch,mxnet,minuit,develop]
- pip freeze
script: pytest --benchmark-sort=mean tests/benchmarks/
script: pytest -vv --benchmark-sort=mean tests/benchmarks/
- stage: docs
python: '3.6'
before_install:
Expand Down

0 comments on commit 5f371ea

Please sign in to comment.