Skip to content

Commit

Permalink
Fix pytest invocations
Browse files Browse the repository at this point in the history
  • Loading branch information
mgasner committed Nov 14, 2018
1 parent c3379fc commit 1bbd6f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python_modules/dagster/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ deps =
commands =
coverage erase
pip install -e ../dagster
pytest -v --cov=dagster --cov-report=
pytest -v --cov=dagster --cov-append --cov-report=
coverage report --omit='.tox/*,**/test_*.py' --skip-covered
coverage html --omit='.tox/*,**/test_*.py'
coverage xml --omit='.tox/*,**/test_*.py'
Expand Down
2 changes: 1 addition & 1 deletion python_modules/dagstermill/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ deps =
pytest-runner
commands =
pip install -e ../dagster
pytest -v --cov=dagster --cov-report=dagstermill
pytest -v --cov=dagstermill --cov-append --cov-report=
coverage report --omit='.tox/*,**/test_*.py' --skip-covered
coverage html --omit='.tox/*,**/test_*.py'
coverage xml --omit='.tox/*,**/test_*.py'
Expand Down

0 comments on commit 1bbd6f5

Please sign in to comment.