Skip to content

Commit

Permalink
CI: Add -vv option via PYTEST_ADDOPTS env var
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Jul 5, 2018
1 parent e587154 commit 6311b3c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ env:
- PERCY_PROJECT=skylines/skylines
- PERCY_TOKEN=81bf0245987c87eb4924eae0b085cb60596f2f0f4d4ffe27e171828535aa6812

# see https://github.com/tholo/pytest-flake8/issues/19
- PYTEST_ADDOPTS="-vv"

jobs:
fast_finish: true
allow_failures:
Expand Down Expand Up @@ -60,7 +63,7 @@ jobs:

script:
# Run the test suite
- pipenv run py.test -vv --color=yes --cov=skylines --cov-report term-missing:skip-covered
- pipenv run py.test --color=yes --cov=skylines --cov-report term-missing:skip-covered

- <<: *backend-test
python: 3.4
Expand Down

0 comments on commit 6311b3c

Please sign in to comment.