Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Feb 2, 2023
1 parent 49a567f commit 0e10e92
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .coveragerc_py27
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[run]
omit =
src/tld/bench.py
src/tld/tests/*
src/tld/parsers/*
.tox/*
src_*/*
src_py27/*
src_py35/*

[report]
exclude_lines =
pragma: no cover
raise NotImplementedError
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ commands =
[testenv:py27]
passenv = *
allowlist_externals=*
setenv = PYTHON_TAG = py27
setenv =
PYTHON_TAG = py27
COVERAGE_FILE = {toxworkdir}/.coveragerc_{envname}
deps =
-r{toxinidir}/requirements/test_py27.txt
commands =
Expand Down

0 comments on commit 0e10e92

Please sign in to comment.