diff options
Diffstat (limited to 'tox.ini')
-rwxr-xr-x | tox.ini | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,6 +1,6 @@ [tox] # toxworkdir = /data1/DATA/tox/ruamel.yaml -envlist = cs,py37,py27,py36,py35,py38,py39,pypy,py27m +envlist = cs,py38,py27,py37,py36,py35,py39 [testenv] commands = @@ -9,9 +9,6 @@ deps = pytest ruamel.std.pathlib -[testenv:py27m] -basepython = /opt/python/2.7.15m/bin/python - [testenv:cs] basepython = python3.6 deps = |