Skip to content

Commit

Permalink
fix coverage by installing pyramid-retry
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed Mar 12, 2022
1 parent 269c39a commit 1dd8893
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
architecture: x64

- run: pip install tox
- run: tox -e py310,coverage
- run: tox -e py310-pyramid20,coverage
docs:
runs-on: ubuntu-latest
name: Build the documentation
Expand Down
8 changes: 5 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
envlist =
lint,
py37,py38,py39,py310,pypy3,
py37-pyramid15,
py{38,39,310}-pyramid110,
py37-pyramid15,py37-pyramid110,
py310-pyramid20,
docs,
coverage
isolated_build = True
Expand All @@ -18,6 +18,8 @@ deps =
pyramid19: pyramid_retry
pyramid110: pyramid <= 1.10.99
pyramid110: pyramid_retry
pyramid20: pyramid <= 2.1.99
pyramid20: pyramid_retry
commands =
python --version
pytest {posargs:}
Expand All @@ -36,7 +38,7 @@ deps =
coverage
setenv =
COVERAGE_FILE=.coverage
depends = py310
depends = py310-pyramid20

[testenv:lint]
skip_install = True
Expand Down

0 comments on commit 1dd8893

Please sign in to comment.