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