summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2021-03-26 11:20:38 +0100
committerAnthon van der Neut <anthon@mnt.org>2021-03-26 11:20:38 +0100
commit09f8576ae990234daebf51cca48b52d564f2c2d2 (patch)
treee08953ec5547d9ed05373a3134c3557f6ebf11c6 /tox.ini
parente8719cd39655d98cf2bde1be15366cca7a58fd89 (diff)
downloadruamel.yaml-09f8576ae990234daebf51cca48b52d564f2c2d2.tar.gz
remove support for 2.7, prepare for f-strings0.17.0
Diffstat (limited to 'tox.ini')
-rwxr-xr-xtox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 0e5fb67..883279a 100755
--- a/tox.ini
+++ b/tox.ini
@@ -1,13 +1,12 @@
[tox]
# toxworkdir = /data1/DATA/tox/ruamel.yaml
-envlist = cs,py38,py27,py37,py36,py35,py39
+envlist = cs,py39,py38,py37,py36,py35
[testenv]
commands =
/bin/bash -c 'pytest _test/test_*.py'
deps =
pytest
- ruamel.std.pathlib
[testenv:cs]
basepython = python3.6