|
@@ -2,7 +2,7 @@
|
|
|
envlist = py35,py36,py37,py38
|
|
|
skip_missing_interpreters = True
|
|
|
skipsdist = True
|
|
|
-minversion = 3.14.0
|
|
|
+minversion = 3.14.1
|
|
|
|
|
|
[testenv]
|
|
|
usedevelop = True
|
|
@@ -10,8 +10,7 @@ deps = -rtest_requirements.txt
|
|
|
whitelist_externals =
|
|
|
find
|
|
|
sh
|
|
|
-commands_pre =
|
|
|
- find {envdir} -type f -not -path '*/__pycache__/*' -name '*.py[c|o]' -delete
|
|
|
+passenv = COVERAGE_FILE
|
|
|
commands =
|
|
|
pytest {posargs}
|
|
|
py36,py37,py38: black --check .
|
|
@@ -28,6 +27,7 @@ commands =
|
|
|
|
|
|
[testenv:end-to-end]
|
|
|
deps = -rtest_requirements.txt
|
|
|
+passenv = COVERAGE_FILE
|
|
|
commands =
|
|
|
pytest {posargs} --no-cov tests/end-to-end
|
|
|
|