Skip to content

Commit

Permalink
Fix tox.ini builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jadchaar committed Dec 16, 2021
1 parent d729c6b commit ec6a166
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ python =
3.10: py310

[testenv]
basepython = python3
deps = -rrequirements.txt
allowlist_externals = pytest
commands =
; Generate mappings before running test suite to
; ensure that validation tests pass.
python3 generate_mappings.py
python generate_mappings.py
pytest

[testenv:lint]
Expand Down

0 comments on commit ec6a166

Please sign in to comment.