diff options
Diffstat (limited to 'dockernose.sh')
| -rwxr-xr-x | dockernose.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dockernose.sh b/dockernose.sh new file mode 100755 index 00000000..0f741967 --- /dev/null +++ b/dockernose.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env bash +set -ex +if [ -z "${PYVER}" ]; then + PYVER=py37 +fi + +tox -e ${PYVER} --notest +PYTHONPATH=/src/.tox/${PYVER}/lib/python*/site-packages /src/.tox/${PYVER}/bin/nosetests --pdb $* |
