Added conan

This commit is contained in:
2018-09-03 09:52:52 +02:00
parent e86fcb8827
commit f421d30f30
7 changed files with 196 additions and 0 deletions

13
.travis/run.sh Normal file
View File

@@ -0,0 +1,13 @@
#!/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