add local-tox

This commit is contained in:
Christian Vogelgsang 2022-01-03 13:28:11 +01:00
parent 8a72beb94f
commit 6abf5c8fe6

7
local-tox Executable file
View File

@ -0,0 +1,7 @@
#!/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 "$@"