Skip to content

Commit

Permalink
Merge pull request #36 from galaxyproject/try_downgrading_python
Browse files Browse the repository at this point in the history
Use coverage to run pytest
  • Loading branch information
cat-bro authored Sep 27, 2022
2 parents 8850362 + 9e303ec commit 3e93426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ envlist = py3.10,lint

[testenv]
commands = # see setup.cfg for options sent to nosetests and coverage
pytest -v {posargs}
coverage run --source=tpv -m pytest -v {posargs}
setenv =
# Fix for moto import issue: https://github.com/travis-ci/travis-ci/issues/7940
BOTO_CONFIG=/dev/null
Expand Down

0 comments on commit 3e93426

Please sign in to comment.