Skip to content

Commit 3af7a1d

Browse files
authored
Update tox.ini
1 parent edfcbbf commit 3af7a1d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,8 @@ commands =
3737
[testenv:release]
3838
deps =
3939
-r{toxinidir}/requirements-dev.txt
40-
4140
commands =
42-
pytest -n 5 tests/initial_tox_test.py::test_release_environment
41+
pytest -n 4 tests/initial_tox_test.py::test_release_environment
4342
pytest -v --flake8
4443
pyinstaller --onefile cli.py -n cli --additional-hooks-dir=hooks --hidden-import=pkg_resources.extern
4544
{toxinidir}/dist/cli -p tests -o test_result_cli

0 commit comments

Comments
 (0)