We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b936fcb commit f343b5aCopy full SHA for f343b5a
tox.ini
@@ -1,5 +1,6 @@
1
[tox]
2
envlist = py38,py39,cov-report
3
+skip_missing_interpreters = true
4
5
6
[testenv]
@@ -8,7 +9,7 @@ setenv =
8
9
deps =
10
-r requirements-dev.txt
11
commands =
- flake8 patterns/
12
+ flake8 .
13
; `randomly-seed` option from `pytest-randomly` helps with deterministic outputs for examples like `other/blackboard.py`
14
pytest --randomly-seed=1234 --doctest-modules patterns/
15
pytest -s -vv --cov={envsitepackagesdir}/patterns --log-level=INFO tests/
0 commit comments