Register the gui marker in tox.ini.

This commit is contained in:
Florian Bruhin 2015-04-20 18:02:04 +02:00
parent 987bab9960
commit c098d0de37

View File

@ -109,3 +109,5 @@ commands =
[pytest]
norecursedirs = .tox .venv
markers =
gui: Tests using the GUI (e.g. spawning widgets)