aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2021-06-25 10:10:28 +0200
committerAnthon van der Neut <anthon@mnt.org>2021-06-25 10:10:28 +0200
commite7c74d1a22458337569aff1c7de2302d677b2f91 (patch)
treebd3518753dbe87e71b2ac8c3637262db42c417ab /tox.ini
parente94f895067f62b5c1bf8a01ae69029e58b8cf53b (diff)
downloadruamel-yaml-clib-code-e7c74d1a22458337569aff1c7de2302d677b2f91.tar.gz
update version in README0.2.4
Diffstat (limited to 'tox.ini')
-rwxr-xr-xtox.ini5
1 files changed, 1 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 845c421..4957b2d 100755
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
# toxworkdir = /data1/DATA/tox/ruamel.yaml.clib
-envlist = cs,py38,py27,py37,py36,py35,py39,pypy,py27m
+envlist = cs,py39,py38,py37,py36,py35
[testenv]
skip_install = True
@@ -11,9 +11,6 @@ deps =
pytest
wheel
-[testenv:py27m]
-basepython = /opt/python/2.7.15m/bin/python
-
[testenv:cs]
basepython = python3.6
deps =