Fix pycodestyle's mood swings

This commit is contained in:
enkore 2016-11-07 22:15:04 +01:00 committed by GitHub
parent a9ff574750
commit 7369937b59

View File

@ -9,7 +9,7 @@ BUILD=${1:-ci-build}
rm -rf ${BUILD}/ rm -rf ${BUILD}/
mkdir -p $BUILD mkdir -p $BUILD
python3 -mpycodestyle --ignore E501 i3pystatus tests python3 -mpycodestyle --ignore E501,E741,E305 i3pystatus tests
# Check that the setup.py script works # Check that the setup.py script works
rm -rf ${BUILD}/test-install ${BUILD}/test-install-bin rm -rf ${BUILD}/test-install ${BUILD}/test-install-bin