[tox] skipsdist=True [testenv] passenv=DISPLAY # Necessary for the spawned GeckoDriver process to connect to # the appropriate display. deps = html5lib pytest>=2.9 pyvirtualdisplay selenium commands = pytest {posargs} -vv tests