summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2021-08-19 07:40:56 +0200
committerAnthon van der Neut <anthon@mnt.org>2021-08-19 07:40:56 +0200
commit2869dc3337e9becee14b36c2cd28471ee5f579f1 (patch)
tree51ad1317cf12efee98b516eb3ea87e469b749f38 /tox.ini
parentfda42f07ba3c70bf093818ef5e6d04704d7d1f5e (diff)
downloadruamel.yaml-2869dc3337e9becee14b36c2cd28471ee5f579f1.tar.gz
fix issues 389 and 3920.17.11
Diffstat (limited to 'tox.ini')
-rwxr-xr-xtox.ini9
1 files changed, 5 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 883279a..4e16d23 100755
--- a/tox.ini
+++ b/tox.ini
@@ -3,24 +3,25 @@
envlist = cs,py39,py38,py37,py36,py35
[testenv]
+install_command = pip install --disable-pip-version-check {opts} {packages}
commands =
/bin/bash -c 'pytest _test/test_*.py'
deps =
pytest
[testenv:cs]
-basepython = python3.6
+basepython = python3.8
deps =
flake8
- flake8-bugbear;python_version>="3.5"
+ flake8-bugbear;python_version>="3.8"
commands =
flake8 []{posargs}
[testenv:pep8]
-basepython = python3.6
+basepython = python3.8
deps =
flake8
- flake8-bugbear;python_version>="3.5"
+ flake8-bugbear;python_version>="3.8"
commands =
flake8 []{posargs}