Merge pull request #487 from teto/pycodestyle

Replaced pep8 with pycodestyle
This commit is contained in:
enkore 2016-10-29 20:28:05 +02:00 committed by GitHub
commit 1d1491c6a3
2 changed files with 3 additions and 3 deletions

View File

@ -2,14 +2,14 @@
python3 --version
py.test --version
python3 -mpep8 --version
python3 -mpycodestyle --version
# Target directory for all build files
BUILD=${1:-ci-build}
rm -rf ${BUILD}/
mkdir -p $BUILD
python3 -mpep8 --ignore E501 i3pystatus tests
python3 -mpycodestyle --ignore E501 i3pystatus tests
# Check that the setup.py script works
rm -rf ${BUILD}/test-install ${BUILD}/test-install-bin

View File

@ -2,5 +2,5 @@ pytest>=2.5
sphinx>=1.1
colour>=0.0.5
mock>=1.0
pep8>=1.5.7
pycodestyle>=1.5.7
i3ipc>=1.2.0