Make sure that we use python3 pep8

This commit is contained in:
Matthieu Coudron 2014-12-18 18:34:57 +01:00
parent 49a0f01c76
commit e9df3a82de

View File

@ -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