summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
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