1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-17 07:43:46 -05:00

Test compiled native extensions on Travis CI

This commit is contained in:
Mislav Marohnić
2014-01-04 21:58:12 +01:00
parent 8bac958994
commit 68b92a7f5d
2 changed files with 12 additions and 2 deletions

8
test/run Executable file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -e
if [ -n "$RBENV_NATIVE_EXT" ]; then
make -C src
fi
exec bats ${CI:+--tap} test