From e9df3a82de5251bbbd8ee31e907f602a4aee1797 Mon Sep 17 00:00:00 2001 From: Matthieu Coudron Date: Thu, 18 Dec 2014 18:34:57 +0100 Subject: [PATCH] Make sure that we use python3 pep8 --- ci-build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci-build.sh b/ci-build.sh index db59a73..61195aa 100755 --- a/ci-build.sh +++ b/ci-build.sh @@ -2,13 +2,13 @@ python3 --version py.test --version -pep8 --version +python3 -mpep8 --version # Target directory for all build files BUILD=${1:-ci-build} mkdir -p $BUILD -pep8 --ignore E501 i3pystatus tests +python3 -mpep8 --ignore E501 i3pystatus tests # Check that the setup.py script works rm -rf ${BUILD}/test-install ${BUILD}/test-install-bin