From c5a649e2aecc3e968aba32e64ba2f45167d2ef94 Mon Sep 17 00:00:00 2001 From: Elvis Pranskevichus Date: Fri, 30 Mar 2018 23:09:00 -0400 Subject: immutables v0.2 --- .ci/travis-build-wheels.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.ci/travis-build-wheels.sh') diff --git a/.ci/travis-build-wheels.sh b/.ci/travis-build-wheels.sh index 92771bd..a7fafb9 100755 --- a/.ci/travis-build-wheels.sh +++ b/.ci/travis-build-wheels.sh @@ -58,12 +58,11 @@ if [ "${TRAVIS_OS_NAME}" == "linux" ]; then elif [ "${TRAVIS_OS_NAME}" == "osx" ]; then export PGINSTALLATION="/usr/local/opt/postgresql@${PGVERSION}/bin" - make clean && make -C "${_root}" pip wheel "${_root}" -w "${_root}/dist/" pip install ${PYMODULE} --no-index -f "file:///${_root}/dist" pushd / >/dev/null - make -C "${_root}" testinstalled + python "${_root}/tests/__init__.py" popd >/dev/null _upload_wheels -- cgit v1.2.3