Skip to content

Commit

Permalink
WIP: ci: PYTEST_ADDOPTS=-vv
Browse files Browse the repository at this point in the history
This appears to break some tests, which we should fix.
  • Loading branch information
blueyed committed Feb 27, 2019
1 parent 55b78ff commit dfb8f2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ python:
install:
- python -m pip install --upgrade --pre tox
env:
global:
- PYTEST_ADDOPTS=-vv
matrix:
- TOXENV=py27 PYTEST_COVERAGE=1
# Specialized factors for py27.
Expand Down
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ variables:
COVERAGE_FILE: "$(Build.Repository.LocalPath)/.coverage"
COVERAGE_PROCESS_START: "$(Build.Repository.LocalPath)/.coveragerc"
PYTEST_COVERAGE: '0'
PYTEST_ADDOPTS: '-vv'

jobs:

Expand Down

0 comments on commit dfb8f2e

Please sign in to comment.