There was an error while loading. Please reload this page.
2 parents eb17c8e + 0f757ad commit 9f227c1Copy full SHA for 9f227c1
setup.py
@@ -28,6 +28,7 @@ def _read_long_description():
28
"safety",
29
"wheel",
30
"twine",
31
+ "xenon",
32
]
33
NAME = "pytest_rts"
34
NAME_DASHED = NAME.replace("_", "-")
tox.ini
@@ -18,4 +18,6 @@ commands =
18
{posargs}
19
20
[testenv:py38]
21
-commands_pre = black --check pytest_rts --exclude helper_project
+commands_pre =
22
+ black --check pytest_rts --exclude helper_project
23
+ xenon --max-absolute B --max-modules B --max-average B pytest_rts
0 commit comments