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 edfcbbf commit 3af7a1dCopy full SHA for 3af7a1d
tox.ini
@@ -37,9 +37,8 @@ commands =
37
[testenv:release]
38
deps =
39
-r{toxinidir}/requirements-dev.txt
40
-
41
commands =
42
- pytest -n 5 tests/initial_tox_test.py::test_release_environment
+ pytest -n 4 tests/initial_tox_test.py::test_release_environment
43
pytest -v --flake8
44
pyinstaller --onefile cli.py -n cli --additional-hooks-dir=hooks --hidden-import=pkg_resources.extern
45
{toxinidir}/dist/cli -p tests -o test_result_cli
0 commit comments