Fix: Se actualizan dependencias para python3.12 y primeros pasos con pruebas

This commit is contained in:
2024-06-11 15:59:44 -05:00
parent c12d985f76
commit 6e5d358c73
7 changed files with 707 additions and 687 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.7 setup.py test'
docker run -t -v $(PWD):/app -w /app facho sh -c 'cd /app; python3.11 setup.py test'
tox:
docker run -it -v $(PWD)/:/app -w /app facho tox