cryptography/.coveragerc
Paul Kehrer f84ca678b1 add library switch for windows support
Temporarily using pragma: no cover on it until we have windows coverage
on travis. Windows builds will be done via jenkins for now.
2014-01-23 20:12:23 -06:00

8 lines
117 B
INI

[run]
branch = True
[report]
exclude_lines =
pragma: no cover
@abc.abstractmethod
@abc.abstractproperty