From 7f0b8dc652b9a9bc998c119ae3710e7c2a962230 Mon Sep 17 00:00:00 2001 From: Inso <insomniak.fr@gmail.com> Date: Sun, 20 Dec 2015 00:08:14 +0100 Subject: [PATCH] Cp python to build dir --- ci/travis/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/travis/build.sh b/ci/travis/build.sh index b044d976..b6a5457f 100755 --- a/ci/travis/build.sh +++ b/ci/travis/build.sh @@ -23,5 +23,6 @@ then elif [ $TRAVIS_OS_NAME == "linux" ] then python setup.py build + cp ~/.pyenv/versions/$PYENV_PYTHON_VERSION/lib/libpython3.*m.so.1.0 build/exe.linux-x86_64-3.4/ fi -- GitLab