File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[tox]
22# skipping the setup.py installation/requirement for the moment
33skipsdist = true
4- envlist =
4+ envlist = py310
55# py37,py38,py39,py310 # skipping multiple python distros for the moment
6- py310
6+
77
88[testenv]
99description = Running tests in the corresponding environment
10- basepython = /usr/bin/python3.10
1110passenv = *
1211commands_pre =
1312 python -m pip install --upgrade pip setuptools wheel
1716commands =
1817 {envpython} -m pytest --cov-config =tox.ini
1918
19+ [testenv:py310]
20+ basepython = /usr/bin/python3.10
21+
2022[testenv:unit]
2123description = Running UNIT tests in the corresponding environment
2224commands =
@@ -34,8 +36,8 @@ commands =
3436 {envpython} -m pytest tests/e2e
3537
3638[testenv:cover]
37- basepython =
38- python3.10
39+ basepython = /usr/bin/python3.10
40+
3941commands =
4042 {envpython} -m pytest \
4143 --cov-report term \
You can’t perform that action at this time.
0 commit comments