dirtywords

portable text interface framework  https://pypi.python.org/pypi/dirtywords
git clone https://git.ce9e.org/dirtywords.git

commit
e9d8f9b1b6d2f3c95eed1ff5117df76be46e6ed0
parent
3014a4e2a60fa230037f09349ce4693a54686533
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2018-08-03 11:17
use default html coverage location

Diffstat

M .gitignore 2 +-
M setup.cfg 1 -

2 files changed, 1 insertions, 2 deletions


diff --git a/.gitignore b/.gitignore

@@ -4,7 +4,7 @@
    4     4 *.pyc
    5     5 .env
    6     6 .tox
    7    -1 .cover
   -1     7 cover
    8     8 .coverage
    9     9 *.egg-info
   10    10 *-orig

diff --git a/setup.cfg b/setup.cfg

@@ -5,7 +5,6 @@ cover-inclusive=1
    5     5 cover-erase=1
    6     6 cover-branches=1
    7     7 cover-html=1
    8    -1 cover-html-dir=.cover
    9     8 
   10     9 [flake8]
   11    10 exclude=.env,.tox,.git,build,dist,docs