Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit c039ca2

Browse files
authored
Use py38 for devel testing (#55)
1 parent 1ebfdb8 commit c039ca2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/tox.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
- tox_env: lint
2626
- tox_env: py36
2727
PREFIX: PYTEST_REQPASS=2
28-
- tox_env: py36-devel
29-
PREFIX: PYTEST_REQPASS=2
3028
- tox_env: py37
3129
PREFIX: PYTEST_REQPASS=2
3230
- tox_env: py38
3331
PREFIX: PYTEST_REQPASS=2
32+
- tox_env: py38-devel
33+
PREFIX: PYTEST_REQPASS=2
3434
- tox_env: py39
3535
PREFIX: PYTEST_REQPASS=2
3636
- tox_env: py39-devel

tox.ini

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ envlist =
66

77
packaging
88
py{36,37,38,39}
9-
py{36,37,38,39}-{devel}
9+
py{38,39}-{devel}
1010

1111
# do not enable skip missing to avoid CI false positives
1212
skip_missing_interpreters = False
@@ -22,7 +22,7 @@ commands =
2222
pytest --color=yes {tty:-s}
2323
deps =
2424
py{36,37,38,39}: molecule[test]
25-
py{36,37,38,39}-{devel}: git+https://github.com/ansible-community/molecule.git@master#egg=molecule[test]
25+
py{36,37,38,39}-{devel}: git+https://github.com/ansible-community/molecule.git@main#egg=molecule[test]
2626
-rrequirements.txt
2727
setenv =
2828
ANSIBLE_FORCE_COLOR={env:ANSIBLE_FORCE_COLOR:1}
@@ -82,7 +82,7 @@ commands =
8282
twine check dist/*
8383

8484
[testenv:devel]
85-
description= Unit testing using master branches of molecule and ansible
85+
description= Unit testing using main branches of molecule and ansible
8686
extras = test
8787
commands =
8888
{[testenv]commands}

0 commit comments

Comments
 (0)