Skip to content

Commit 088ee14

Browse files
author
Scott Sanderson
committed
MAINT: Add tox coverage on py37.
1 parent acea424 commit 088ee14

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

py37-coverage.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[report]
2+
exclude_lines =
3+
pragma: nocover
4+
pragma: nocover-py3

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist=py{27,34,35,36}
2+
envlist=py{27,34,35,36,37}
33
skip_missing_interpreters=true
44

55
[pep8]

0 commit comments

Comments
 (0)