amitools/local-tox
Christian Vogelgsang 6abf5c8fe6 add local-tox
2022-01-03 13:28:11 +01:00

8 lines
161 B
Bash
Executable File

#!/bin/bash
export PYENV_ROOT=$HOME/.pyenv
export PATH=$PYENV_ROOT/bin:$PATH
eval "$(pyenv init -)"
pyenv shell 3.10.1 3.9.9 3.8.12 3.7.12 3.6.15
exec tox "$@"