Skip to content

Commit

Permalink
Fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
dstufft committed Oct 5, 2013
1 parent 0c97821 commit 2c4f66c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .coveragerc
Expand Up @@ -16,4 +16,4 @@ omit =
# __main__.py exists only as a very basic wrapper around warehouse.cli
# and exists only to provide setuptools and python -m a place to point
# at.
twine/__main__.py
*/twine/__main__.py
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -6,7 +6,7 @@ deps =
coverage
pytest
commands =
coverage run --source twine -m pytest tests
coverage run --source {envsitepackagesdir}/twine -m pytest tests
coverage report -m

[testenv:docs]
Expand Down

0 comments on commit 2c4f66c

Please sign in to comment.