mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Temporarily using pragma: no cover on it until we have windows coverage on travis. Windows builds will be done via jenkins for now.
8 lines
117 B
INI
8 lines
117 B
INI
[run]
|
|
branch = True
|
|
|
|
[report]
|
|
exclude_lines =
|
|
pragma: no cover
|
|
@abc.abstractmethod
|
|
@abc.abstractproperty
|