commit | 42e0a81b0e12ff44da75c0646db01e02b3c54253 | [log] [tgz] |
---|---|---|
author | Hynek Schlawack <hs@ox.cx> | Sun Oct 27 09:29:29 2013 -0700 |
committer | Hynek Schlawack <hs@ox.cx> | Sun Oct 27 09:29:29 2013 -0700 |
tree | df35f0352d95b0d4407e3d0a4b5c1fb724bb276d | |
parent | cfabf86029ed8b79aa0b2b19fa2f7f635c84f4fe [diff] | |
parent | d31f8492f7ad853cbff7083838d0e9e34bbb3b83 [diff] |
Merge pull request #186 from alex/reqs Update the requirements file for our direct invocations of coverage
diff --git a/tox.ini b/tox.ini index b437a7a..92bcb75 100644 --- a/tox.ini +++ b/tox.ini
@@ -16,6 +16,7 @@ commands = sphinx-build -W -b html -d {envtmpdir}/doctrees docs docs/_build/html sphinx-build -W -b doctest -d {envtmpdir}/doctrees docs docs/_build/html + sphinx-build -W -b linkcheck docs docs/_build/html [testenv:pep8] deps = flake8