Skip to content

Commit

Permalink
fix typo in tox
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Nov 19, 2023
1 parent b0e6548 commit 5f275e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ commands =
[testenv:fail_fast_test_main]
commands =
python3 -m pip install .
python3 -m unittest -ff locust.test.test_main
python3 -m unittest -f locust.test.test_main

[testenv:black]
deps = black==23.10.1
Expand Down

0 comments on commit 5f275e7

Please sign in to comment.