X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=tox.ini;h=838e4916557df3156f6c611622123dae2c4747fe;hp=4f7b576f3f8be476752684e45907843b6b696ebc;hb=24687ba4e94bcf43bcee1d196c6944303a4402c1;hpb=7e931fbecad469af11ee336714e711d67f9f84d4 diff --git a/tox.ini b/tox.ini index 4f7b576..838e491 100644 --- a/tox.ini +++ b/tox.ini @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2020 mudpy authors. Permission to use, copy, +# Copyright (c) 2016-2021 mudpy authors. Permission to use, copy, # modify, and distribute this software is granted under terms # provided in the LICENSE file distributed with this software. @@ -19,6 +19,7 @@ install_command = pip install {opts} {packages} # calling imp instead of importlib so probably not while we still support 3.6 setenv = PYTHONWARNINGS=default::DeprecationWarning + VIRTUALENV_CREATOR=venv commands = mudpy_selftest mudpy/tests/fixtures/test_daemon.yaml [testenv:bandit]