Enable qt tests in py27 env

This commit is contained in:
Lee Miller 2022-04-07 11:35:38 +03:00
parent ace9bd7b49
commit 760ff5f060
Signed by untrusted user: lee.miller
GPG Key ID: 4F97A5EA88F4AB63

View File

@ -5,6 +5,7 @@ skip_missing_interpreters = true
[testenv]
setenv =
BITMESSAGE_HOME = {envtmpdir}
HOME = {envtmpdir}
PYTHONWARNINGS = default
deps = -rrequirements.txt
commands =
@ -22,6 +23,9 @@ commands =
flake8 pybitmessage --count --select=E9,F63,F7,F82 \
--show-source --statistics
[testenv:py27]
sitepackages = true
[testenv:py27-doc]
deps =
.[docs]