We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09c0996 commit b692efdCopy full SHA for b692efd
.gitignore
@@ -6,4 +6,3 @@ MANIFEST
6
*.egg-info
7
build
8
dist
9
-README.html
Makefile
@@ -19,7 +19,6 @@ clean:
19
-rm -f MANIFEST
20
-rm -f .coverage .coverage.* coverage.xml
21
-rm -f setuptools-*.egg distribute-*.egg distribute-*.tar.gz
22
- -rm -f README.html
23
24
sterile: clean
25
-rm -rf .tox*
tox.ini
@@ -51,4 +51,4 @@ deps =
51
sphinx
52
53
commands =
54
- rst2html.py --strict README.rst README.html
+ rst2html.py --strict README.rst /tmp/django_coverage_plugin_README.html
0 commit comments