blob: e56371ff277d7724ba2ae0937e66f79e35fe5f75 [file] [log] [blame]
# Define custom utilities
# Test for OSX with [ -n "$IS_OSX" ]
function pre_build {
# Any stuff that you need to do before you start building the wheels
# Runs in the root directory of this repository.
:
}
function run_tests {
# Runs tests on installed distribution from an empty directory
python --version
}