From 1018de059c5d4fdffbd9c7dd4335caf607a9d3bc Mon Sep 17 00:00:00 2001 From: enkore Date: Sat, 6 Jun 2015 09:38:13 +0200 Subject: [PATCH] Update ci-build.sh --- ci-build.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ci-build.sh b/ci-build.sh index 55f5a25..e7acaad 100755 --- a/ci-build.sh +++ b/ci-build.sh @@ -6,6 +6,7 @@ python3 -mpep8 --version # Target directory for all build files BUILD=${1:-ci-build} +rm -r ${BUILD}/ mkdir -p $BUILD python3 -mpep8 --ignore E501 i3pystatus tests @@ -20,7 +21,4 @@ test -f ${BUILD}/test-install-bin/i3pystatus PYTHONPATH=${BUILD}/test-install py.test --junitxml ${BUILD}/testlog.xml tests # Check that the docs build w/o warnings (-W flag) -rm -r ${BUILD}/docs/ sphinx-build -b html -W docs ${BUILD}/docs/ - -