summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2020-02-12 13:32:08 +0100
committerAnthon van der Neut <anthon@mnt.org>2020-02-12 13:32:08 +0100
commit0bba498f9cbbd6b0a31061520e7505d52e6ef029 (patch)
treead92eb8b2d420d05a85cd18e7566c6ee7cc56222 /tox.ini
parent7864c7dc54ad566bbcdb968da88f03c0f3e57d5b (diff)
downloadruamel.yaml-0bba498f9cbbd6b0a31061520e7505d52e6ef029.tar.gz
update url in meta and .svg in README0.16.10
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 c1c3644..0e5fb67 100755
--- a/tox.ini
+++ b/tox.ini
@@ -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 =