summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2020-03-14 18:42:16 +0100
committerIlya Etingof <etingof@gmail.com>2020-03-14 18:42:50 +0100
commit9d70fb1aa2a7193a5c13a76e1be5891bf31a855c (patch)
treeb7e71896d61dcd567014eb5aabc9bd32d9dfb5d3
parent74978b7b955b76ba685cb8be7a532f0966894a6a (diff)
downloadpyasn1-git-9d70fb1aa2a7193a5c13a76e1be5891bf31a855c.tar.gz
Fix tox docs watning
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index b8689b4..d440c61 100644
--- a/tox.ini
+++ b/tox.ini
@@ -65,6 +65,7 @@ commands =
bandit -r pyasn1 -c .bandit.yml
[testenv:docs]
+whitelist_externals = make
commands = make -C docs html
[testenv:build]