summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2019-03-01 12:31:44 +0100
committerDaniel Hahler <git@thequod.de>2019-03-01 13:02:25 +0100
commite5572e95aaf08e4ee88e4ddcec38b0906d87741b (patch)
tree0ed6244a5d10190825a06862fbc8436651a57e0c /setup.cfg
parentf0badf18389935b0275660f8f3ef9899dc4c4f49 (diff)
downloadisort-e5572e95aaf08e4ee88e4ddcec38b0906d87741b.tar.gz
Report coverage
- add coverage factor to tox - report coverage to codecov.io - configure testpaths for pytest, instead of passing it through tox command
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 8d99fe19..b998bc73 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -18,3 +18,6 @@ follow_imports = silent
ignore_missing_imports = True
strict_optional = False
warn_no_return = False
+
+[tool:pytest]
+testpaths = test_isort.py