From: Oleg Broytman Date: Tue, 25 Oct 2022 21:06:58 +0000 (+0300) Subject: Tests(tox): Remove `basepython` X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=commitdiff_plain;h=16b87d7760e72ea2969447c0f5bc02bf38b6b77b Tests(tox): Remove `basepython` We no longer use `TOXPYTHON`. --- diff --git a/tox.ini b/tox.ini index 13c53c4..e9b04fc 100644 --- a/tox.ini +++ b/tox.ini @@ -4,15 +4,6 @@ envlist = py27,py3{4,5,6,7,8,9,10}{,-sqlite},py{27,39}-flake8 # Base test environment settings [testenv] -basepython = - py27: {env:TOXPYTHON:python2.7} - py34: {env:TOXPYTHON:python3.4} - py35: {env:TOXPYTHON:python3.5} - py36: {env:TOXPYTHON:python3.6} - py37: {env:TOXPYTHON:python3.7} - py38: {env:TOXPYTHON:python3.8} - py39: {env:TOXPYTHON:python3.9} - py310: {env:TOXPYTHON:python3.10} commands = {envpython} --version {envpython} -c "import struct; print(struct.calcsize('P') * 8)"