1
0
Fork 0
mirror of https://github.com/pyenv/pyenv.git synced 2025-01-13 01:30:46 +00:00
pyenv/test/run

10 lines
126 B
Text
Raw Normal View History

#!/usr/bin/env bash
set -e
if [ -n "$PYENV_NATIVE_EXT" ]; then
src/configure
make -C src
fi
exec bats ${CI:+--tap} test