From 2a91db88cae5b85b4b4fcfb652f5ee8a19cd0577 Mon Sep 17 00:00:00 2001 From: Ismael Date: Wed, 12 Aug 2015 16:16:57 +0200 Subject: [PATCH] Update ci-build.sh --- ci-build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci-build.sh b/ci-build.sh index 2e693e6..fa142a3 100755 --- a/ci-build.sh +++ b/ci-build.sh @@ -1,7 +1,7 @@ #!/bin/bash -xe python3 --version -py.test-3.4 --version +py.test --version python3 -mpep8 --version # Target directory for all build files @@ -19,7 +19,7 @@ PYTHONPATH=${BUILD}/test-install python3 setup.py --quiet install --install-lib test -f ${BUILD}/test-install-bin/i3pystatus test -f ${BUILD}/test-install-bin/i3pystatus-setting-util -PYTHONPATH=${BUILD}/test-install py.test-3.4 --junitxml ${BUILD}/testlog.xml tests +PYTHONPATH=${BUILD}/test-install py.test --junitxml ${BUILD}/testlog.xml tests # Check that the docs build w/o warnings (-W flag) -sphinx-build-3.4 -b html -W docs ${BUILD}/docs/ +sphinx-build -b html -W docs ${BUILD}/docs/