summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Szakmeister <john@szakmeister.net>2014-04-19 09:25:15 -0400
committerJohn Szakmeister <john@szakmeister.net>2014-04-19 09:25:15 -0400
commit2fd2a87149588a03e8b034506fa85b4b3f60770d (patch)
tree2823ad55ff859d4efa56a6b9879bc4ca8ba22d32
parent4b2ad757e3ba22badde0e964d8e9bbb4e51b5105 (diff)
downloadnose-2fd2a87149588a03e8b034506fa85b4b3f60770d.tar.gz
Remove commented out lines in tox.ini.
They've not been used since the lines were added.
-rw-r--r--tox.ini5
1 files changed, 1 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 321fd13..ab24543 100644
--- a/tox.ini
+++ b/tox.ini
@@ -17,10 +17,7 @@ basepython=python
changedir=doc
deps=sphinx>=1.0
commands=
- ##make clean
- ##make doctest
- make man readme html
- ##make linkcheck
+ make man readme html
[testenv:jython]
basepython=jython