nameof_module/.travis/run.sh
2019-07-28 11:56:06 +02:00

13 lines
189 B
Bash

#!/bin/bash
set -e
set -x
if [[ "$(uname -s)" == 'Darwin' ]]; then
if which pyenv > /dev/null; then
eval "$(pyenv init -)"
fi
pyenv activate conan
fi
python build.py