Skip to content

Commit

Permalink
Try to solve problem in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Sep 28, 2022
1 parent ed225fe commit 7de1057
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip coveralls tox
python -m pip install -U pip coveralls tox tox-gh-actions
- name: Run tests
run: tox
env:
Expand Down
7 changes: 7 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
envlist = py3{7,8,9,10}-mkdocs{124,131,140}
skip_missing_interpreters = true

[gh-actions]
python =
3.7: py37
3.8: py38
3.9: py39
3.10: py310

[testenv]
extras =
test
Expand Down

0 comments on commit 7de1057

Please sign in to comment.