Skip to content

Commit

Permalink
tox can run motmetrics on all Python versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
dekked committed Sep 28, 2022
1 parent 6bb06c5 commit 0782b8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
isolated_build = true
envlist = py{36,37,38,39,310},py39-mot
envlist = py{36,37,38,39,310},mot-py39

[testenv]
allowlist_externals = poetry
Expand Down Expand Up @@ -33,7 +33,7 @@ commands =
[testenv:py{36,37,38,39,310}]
description = run unit tests

[testenv:py39-mot]
[testenv:mot-py{36,37,38,39,310}]
description = compute MOT metrics for evaluation
extras = metrics
commands =
Expand Down

0 comments on commit 0782b8e

Please sign in to comment.