Skip to content

Commit

Permalink
tox.ini train -> data
Browse files Browse the repository at this point in the history
  • Loading branch information
bgenchel-avail committed Jun 13, 2024
1 parent 23f7245 commit a6634f3
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
Expand Up @@ -27,8 +27,8 @@ setenv =
TEST_SOURCE = {toxinidir}/tests
LINE_LENGTH = "120"

[testenv:train]
deps = -e .[train]
[testenv:data]
deps = -e .[data]
commands =
pytest tests/data {posargs}

Expand Down

0 comments on commit a6634f3

Please sign in to comment.