mirror of
https://github.com/LIV2/ansible-modules-hashivault.git
synced 2025-12-05 22:22:45 +00:00
Reduce tests to 3.9
This commit is contained in:
parent
eec9f98a3b
commit
d81cf98b8d
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -31,10 +31,6 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
python-version:
|
||||
- 2.7
|
||||
- 3.6
|
||||
- 3.7
|
||||
- 3.8
|
||||
- 3.9
|
||||
|
||||
steps:
|
||||
|
||||
7
tox.ini
7
tox.ini
@ -1,17 +1,14 @@
|
||||
[tox]
|
||||
envlist = pep8,py27,py36,py37,py38,py39
|
||||
envlist = pep8,py39
|
||||
|
||||
[gh-actions]
|
||||
python =
|
||||
2.7: py27
|
||||
3.6: py36
|
||||
3.7: py37
|
||||
3.8: py38
|
||||
3.9: py39
|
||||
|
||||
[testenv]
|
||||
install_command = pip install {opts} {packages}
|
||||
setenv =
|
||||
OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
|
||||
VIRTUAL_ENV={envdir}
|
||||
whitelist_externals = bash
|
||||
commands = bash -ex {toxinidir}/functional/run.sh
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user