Skip to content
Snippets Groups Projects
Unverified Commit 302b10a1 authored by Vladislav Yarmak's avatar Vladislav Yarmak
Browse files

fix test install

parent 9997ae6c
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,8 @@ skipsdist = true
[testenv]
passenv = TOXENV
commands =
py{36,37,38,39}: pip install -e '.[dev,sqlite,redis]'
py{37,38,39}-uvloop: pip install -e '.[dev,sqlite,redis,uvloop]'
py{37,38,39}: pip install -e '.[dev,sqlite,redis,postgres]'
py{37,38,39}-uvloop: pip install -e '.[dev,sqlite,redis,postgres,uvloop]'
pytest .
[testenv:lint]
......@@ -19,6 +19,6 @@ commands =
passenv = TOXENV
basepython = python3.9
commands =
pip install -e ".[dev,sqlite,redis]"
pip install -e ".[dev,sqlite,redis,postgres]"
pytest --cov . --cov-append --cov-report= .
coverage report --fail-under=97 --include="postfix_mta_sts_resolver/*" --show-missing
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment