Skip to content

Commit f343b5a

Browse files
authored
skip_missing_interpreters
1 parent b936fcb commit f343b5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[tox]
22
envlist = py38,py39,cov-report
3+
skip_missing_interpreters = true
34

45

56
[testenv]
@@ -8,7 +9,7 @@ setenv =
89
deps =
910
-r requirements-dev.txt
1011
commands =
11-
flake8 patterns/
12+
flake8 .
1213
; `randomly-seed` option from `pytest-randomly` helps with deterministic outputs for examples like `other/blackboard.py`
1314
pytest --randomly-seed=1234 --doctest-modules patterns/
1415
pytest -s -vv --cov={envsitepackagesdir}/patterns --log-level=INFO tests/

0 commit comments

Comments
 (0)