Skip to content

Commit 50166de

Browse files
committed
minor fix: fix tox config
1 parent 7fe99f5 commit 50166de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ commands =
6161
-n auto --maxprocesses 5 \
6262
--ignore-glob='tests/fixtures/*' \
6363
--ignore-glob='eest_tests/*' \
64-
--basetemp="{temp_dir}/pytest"
64+
--basetemp="{temp_dir}/pytest" \
6565
tests
6666

6767
[testenv:optimized]
@@ -78,7 +78,7 @@ commands =
7878
--ignore-glob='tests/test_t8n.py' \
7979
--ignore-glob='eest_tests/*' \
8080
--basetemp="{temp_dir}/pytest" \
81-
--optimized
81+
--optimized \
8282
tests
8383

8484
[testenv:doc]

0 commit comments

Comments
 (0)