Fix: Dependencies

This commit is contained in:
2024-06-12 10:06:59 -05:00
parent 6e5d358c73
commit dde24b9739
3 changed files with 6 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ dev-shell:
docker run --rm -ti -v "$(PWD):/app" -w /app --name facho-cli facho bash
test:
docker run -t -v $(PWD):/app -w /app facho sh -c 'cd /app; python3.11 setup.py test'
docker run -t -v $(PWD):/app -w /app facho sh -c 'cd /app; python3.12 setup.py test'
tox:
docker run -it -v $(PWD)/:/app -w /app facho tox