X-Git-Url: https://mudpy.org/gitweb?a=blobdiff_plain;f=tox.ini;h=bab7cce353611ee82d476a109e0d52cb304567cb;hb=70381626690da47866363ef51ef8a37a4831dffa;hp=391cfd7ad4816dc249c7dc64dfe8f7c011412d01;hpb=29510b38c2b86e4be79d0186076ba14976d0c7ea;p=mudpy.git diff --git a/tox.ini b/tox.ini index 391cfd7..bab7cce 100644 --- a/tox.ini +++ b/tox.ini @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2019 mudpy authors. Permission to use, copy, +# Copyright (c) 2016-2020 mudpy authors. Permission to use, copy, # modify, and distribute this software is granted under terms # provided in the LICENSE file distributed with this software. @@ -18,7 +18,7 @@ commands = mudpy_selftest mudpy/tests/fixtures/test_daemon.yaml [testenv:bandit] deps = bandit -commands = bandit -lll -r mudpy -x mudpy/tests {posargs} +commands = bandit -r mudpy -x mudpy/tests {posargs} usedevelop = False [testenv:demo] @@ -43,7 +43,6 @@ deps = -r{toxinidir}/doc/requirements.txt commands = rm -fr doc/build - python setup.py sdist sphinx-build -W -d doc/build/doctrees -b html doc/source/ doc/build/html usedevelop = False