X-Git-Url: https://gerrit.onap.org/r/gitweb?p=vvp%2Fvalidation-scripts.git;a=blobdiff_plain;f=tox.ini;h=261fdf0820a6dc36ec14e02d83e8551f7a7ba573;hp=8bbf1fc31b2bd855fa430a2f2301eb7b769a2c3e;hb=3b6376d6ef6d8e90ad9ef4cc33ab610c501015d2;hpb=1bc097aa957e560147b4d9af49d25e69a6692702 diff --git a/tox.ini b/tox.ini index 8bbf1fc..261fdf0 100644 --- a/tox.ini +++ b/tox.ini @@ -42,6 +42,7 @@ skipsdist=True envlist = py36 [testenv] +DISPLAY = :0.0 whitelist_externals = install_win_deps.py passenv = @@ -53,7 +54,7 @@ commands = pip install -r requirements.txt {envpython} --version pytest --version - coverage run --module pytest ice_validator/tests --self-test -rxXs + coverage run --module pytest ice_validator --self-test -rxXs coverage xml flake8 --version flake8 ice_validator