Skip to content

Commit

Permalink
Changes for CI tests (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Nov 5, 2022
1 parent 3dffcb7 commit 37e7fdd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_tox.yml
Expand Up @@ -21,6 +21,8 @@ jobs:
toxenv: 'py39'
- python-version: '3.10'
toxenv: 'py310'
- python-version: '3.11'
toxenv: 'py311'
- python-version: '3.8'
toxenv: 'lint'
container:
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py3{7,8,9,10},coverage,docs,lint
envlist = py3{7,8,9,10,11},coverage,docs,lint

[testenv]
pip_pre = True
Expand All @@ -10,7 +10,7 @@ deps =
-rtest_requirements.txt
coverage: coverage
commands =
py3{7,8,9,10}: ./run_tests.py
py3{7,8,9,10,11}: ./run_tests.py
coverage: coverage erase
coverage: coverage run --source=artifactsrc --omit="*_test*,*__init__*,*test_lib*" run_tests.py

Expand Down

0 comments on commit 37e7fdd

Please sign in to comment.