11[tox]
22minversion = 3.15
3- envlist = py{27,34,35,36,37,38,39,310,311,312,313}-sqlite,py{27,37,312}-flake8
3+ envlist = py{27,34,35,36,37,38,39,310,311,312,313,314 }-sqlite,py{27,37,312}-flake8
44
55# Base test environment settings
66[testenv]
@@ -13,13 +13,13 @@ deps =
1313passenv = CI DISTUTILS_USE_SDK MSSdk INCLUDE LIB WINDIR
1414platform = linux|darwin
1515
16- [testenv:py{27,34,35,36,37,38,39,310,311,312,313}-sqlite]
16+ [testenv:py{27,34,35,36,37,38,39,310,311,312,313,314 }-sqlite]
1717commands =
1818 {[testenv]commands}
1919 -rm.py -f /tmp/test.sqdb
2020 {envpython} -m pytest -D sqlite:///tmp/test.sqdb
2121
22- [testenv:py{27,34,35,36,37,38,39,310,311,312,313}-sqlite-w32]
22+ [testenv:py{27,34,35,36,37,38,39,310,311,312,313,314 }-sqlite-w32]
2323platform = win32
2424commands =
2525 {[testenv]commands}
@@ -28,10 +28,10 @@ commands =
2828 rm.py -f {env:TEMP}/test.sqdb
2929
3030# flake8
31- [testenv:py{27,34,35,36,37,38,39,310,311,312,313}-flake8]
31+ [testenv:py{27,34,35,36,37,38,39,310,311,312,313,314 }-flake8]
3232deps =
3333 flake8
34- pytest < 7.0
34+ pytest
3535commands =
3636 {[testenv]commands}
3737 flake8
0 commit comments