-
Notifications
You must be signed in to change notification settings - Fork 352
Closed
Description
This is my setup, not affiliated with the project. This is not any official guide whatsoever. Just wanted a place to store this one liner so I keep rewriting it.
ps I'm on OSX + orbstack; if you're on linux, you might run into permission issues, and if you're on windows... may your deity help you!
docker run -it --rm -v .:/app -w /app python:3.13 bash -c 'pip install -U pip tox; pip install -e . --group testing --group docs --group linting; printf "\n\nOptions are:\n"; tox -l | xargs printf "tox -e %s\n"; printf "pytest\nmypy\n..and any other you see inside tox.ini\n\n"; exec bash'To use, clone the repo, cd into the repo, and then execute the command.
Metadata
Metadata
Assignees
Labels
No labels