Skip to content

Commit

Permalink
Update tox
Browse files Browse the repository at this point in the history
Trying tox update to match ursa major
  • Loading branch information
p-galligan committed Jan 29, 2025
1 parent 1036aef commit d41e6c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ skip_install = True

[testenv:py311]
allowlist_externals = docker
passenv =
USER
commands =
docker build -t aquarius_test --target test .
docker run aquarius_test bash -c "coverage run -m pytest -s && coverage report -m"
Expand Down

0 comments on commit d41e6c0

Please sign in to comment.