Skip to content

Commit

Permalink
fix coverage 1
Browse files Browse the repository at this point in the history
  • Loading branch information
pierky committed Sep 29, 2017
1 parent b42d17a commit 11f10b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[tool:pytest]
addopts = --cov=pierky/mactopeer --cov-report=term-missing -vv -s --pylama
addopts = -vv --pylama

[pylama]
linters = pep8,pyflakes
skip = dist/*,.tox/*,tests/*,napalm_ios/*

[coverage:run]
source = pierky

0 comments on commit 11f10b8

Please sign in to comment.