diff options
author | Florian Bruhin <git@the-compiler.org> | 2015-08-07 06:38:12 +0200 |
---|---|---|
committer | Florian Bruhin <git@the-compiler.org> | 2015-08-07 06:38:12 +0200 |
commit | cdd53a4515b788d8a1d5bed4643c62b8238f8ba2 (patch) | |
tree | 3b366a1298b6fef6f1c02e3cc0ac2f44e3a986e0 /tox.ini | |
parent | 01f71e980dfc805ea71117fa3bcfb29f8bd552ac (diff) | |
download | qutebrowser-cdd53a4515b788d8a1d5bed4643c62b8238f8ba2.tar.gz qutebrowser-cdd53a4515b788d8a1d5bed4643c62b8238f8ba2.zip |
tox: Set PYTEST_QT_API.
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -17,7 +17,9 @@ usedevelop = true [testenv:unittests] # https://bitbucket.org/hpk42/tox/issue/246/ - only needed for Windows though -setenv = QT_QPA_PLATFORM_PLUGIN_PATH={envdir}/Lib/site-packages/PyQt5/plugins/platforms +setenv = + QT_QPA_PLATFORM_PLUGIN_PATH={envdir}/Lib/site-packages/PyQt5/plugins/platforms + PYTEST_QT_API=pyqt5 passenv = PYTHON DISPLAY XAUTHORITY HOME deps = -r{toxinidir}/requirements.txt |