diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-11-01 14:29:52 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-11-01 14:29:52 -0500 |
commit | db6822111306f54a3bb577fe57e6657902f77dd4 (patch) | |
tree | a07b2a19f8112f5b948d2d425d6324f08abde97a | |
parent | a18677abf6e2b6c5e9d66355641a602582344c49 (diff) | |
download | python-coveragepy-git-db6822111306f54a3bb577fe57e6657902f77dd4.tar.gz |
No need to specify a Python for docs, works in more places
-rw-r--r-- | tox.ini | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -56,7 +56,6 @@ basepython = pypy4.0 # Build the docs so we know if they are successful. We build twice: once with # -q to get all warnings, and once with -QW to get a success/fail status # return. -basepython = python2 deps = -rdoc/requirements.pip commands = rst2html.py --strict CHANGES.rst /dev/null |