Skip to content
Snippets Groups Projects
Commit a5ff03af authored by Adam Williamson's avatar Adam Williamson Committed by Adam Williamson
Browse files

Add gh-actions section to tox.ini

This is a missing bit of the CI enablement, per
https://github.com/ymyzk/tox-gh-actions

 . I hope this will make
the Python 3.6 tests run properly.

Signed-off-by: default avatarAdam Williamson <awilliam@redhat.com>
parent c043726e
No related merge requests found
[tox]
envlist = py27,py35,py36,py37,py38,py39,py310,py311,py312,flake
[gh-actions]
python =
3.6: py36
3.7: py37
3.8: py38
3.9: py39
3.10: py310
3.11: py311, flake
3.12: py312
[testenv]
deps =
pytest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment