]> git.phdru.name Git - ppu.git/commitdiff
Tests(tox): Remove `basepython`
authorOleg Broytman <phd@phdru.name>
Tue, 25 Oct 2022 21:06:45 +0000 (00:06 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 25 Oct 2022 21:06:45 +0000 (00:06 +0300)
We no longer use `TOXPYTHON`.

tox.ini

diff --git a/tox.ini b/tox.ini
index c5d6ddb9ab45ef231d106b9725aee8b7ab36cfe7..8525f74876f176826dd53c568c7b4316a74e9830 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -4,16 +4,6 @@ envlist = py27,py3{4,5,6,7,8,9,10},pypy,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}
-    pypy: {env:TOXPYTHON:pypy}
 commands =
     {envpython} --version
     {envpython} -c "import struct; print(struct.calcsize('P') * 8)"