mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-24 06:59:52 +01:00
Test Python 3.8-3.11 in tox
This commit is contained in:
parent
a8ed1dbbd5
commit
0c6b21eb4e
5
tox.ini
5
tox.ini
@ -4,15 +4,14 @@ testpaths =
|
|||||||
tests
|
tests
|
||||||
|
|
||||||
[tox]
|
[tox]
|
||||||
envlist = py36, py37, py38, py39, py310
|
envlist = py38, py39, py310, py311
|
||||||
|
|
||||||
[gh-actions]
|
[gh-actions]
|
||||||
python =
|
python =
|
||||||
3.6: py36
|
|
||||||
3.7: py37
|
|
||||||
3.8: py38
|
3.8: py38
|
||||||
3.9: py39
|
3.9: py39
|
||||||
3.10: py310
|
3.10: py310
|
||||||
|
3.11: py311
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
setenv = PYWB_NO_VERIFY_SSL = 1
|
setenv = PYWB_NO_VERIFY_SSL = 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user