Skip to content

Commit

Permalink
Merge branch 'main' into fix/core
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Sep 30, 2021
2 parents 1cfb9b3 + 213eb4d commit 97c3d5f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/tox.yml
Expand Up @@ -126,9 +126,11 @@ jobs:
- tox_env: py38
os: ubuntu-20.04
python-version: 3.8
devel: true
- tox_env: py39
os: ubuntu-20.04
python-version: 3.9
devel: true
- tox_env: py36
os: macOS-latest
python-version: 3.6
Expand Down Expand Up @@ -184,7 +186,7 @@ jobs:
--skip-missing-interpreters false
-vv
env:
TOXENV: ${{ matrix.tox_env }}-core,${{ matrix.tox_env }}-ansible29,${{ matrix.tox_env }}-devel
TOXENV: ${{ matrix.tox_env }}-core,${{ matrix.tox_env }}-ansible29
# sequential run improves browsing experience (almost no speed impact)
- name: "Test with tox: ${{ matrix.tox_env }}-core"
run: |
Expand All @@ -197,6 +199,7 @@ jobs:
env:
TOXENV: ${{ matrix.tox_env }}-ansible29
- name: "Test with tox: ${{ matrix.tox_env }}-devel"
if: ${{ matrix.devel }}
run: |
python3 -m tox
env:
Expand Down
6 changes: 5 additions & 1 deletion tox.ini
@@ -1,6 +1,10 @@
[tox]
minversion = 3.16.1
envlist = lint,packaging,py{39,38,37,36}-{core,ansible29,devel}
envlist =
lint
packaging
py{39,38}-{core,ansible29,devel}
py{37,36}-{core,ansible29}
isolated_build = true
requires =
setuptools >= 41.4.0
Expand Down

0 comments on commit 97c3d5f

Please sign in to comment.