Skip to content

Commit

Permalink
Merge edf765d into ce8ad23
Browse files Browse the repository at this point in the history
  • Loading branch information
freddrake committed Dec 4, 2018
2 parents ce8ad23 + edf765d commit 18806ce
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,14 @@ commands =
coverage combine
coverage html
coverage report -m --fail-under 99

[testenv:docs]
# basepython not specified; we want to be sure it's something available
# on the current system.
deps =
sphinx
sphinxcontrib-programoutput
commands =
make -C doc html
whitelist_externals =
make

0 comments on commit 18806ce

Please sign in to comment.