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,314 }-flake8
44
55# Base test environment settings
66[testenv]
@@ -10,16 +10,18 @@ commands =
1010 {envpython} -m pytest --version
1111deps =
1212 -rdevscripts/requirements/requirements_tests.txt
13+ # Upgrade pip/setuptools/wheel
14+ download = true
1315passenv = CI DISTUTILS_USE_SDK MSSdk INCLUDE LIB WINDIR
1416platform = linux|darwin
1517
16- [testenv:py{27,34,35,36,37,38,39,310,311,312,313}-sqlite]
18+ [testenv:py{27,34,35,36,37,38,39,310,311,312,313,314 }-sqlite]
1719commands =
1820 {[testenv]commands}
1921 -rm.py -f /tmp/test.sqdb
2022 {envpython} -m pytest -D sqlite:///tmp/test.sqdb
2123
22- [testenv:py{27,34,35,36,37,38,39,310,311,312,313}-sqlite-w32]
24+ [testenv:py{27,34,35,36,37,38,39,310,311,312,313,314 }-sqlite-w32]
2325platform = win32
2426commands =
2527 {[testenv]commands}
@@ -28,10 +30,10 @@ commands =
2830 rm.py -f {env:TEMP}/test.sqdb
2931
3032# flake8
31- [testenv:py{27,34,35,36,37,38,39,310,311,312,313}-flake8]
33+ [testenv:py{27,34,35,36,37,38,39,310,311,312,313,314 }-flake8]
3234deps =
3335 flake8
34- pytest < 7.0
36+ pytest
3537commands =
3638 {[testenv]commands}
3739 flake8
0 commit comments