Replaced pep8 with pycodestyle

pycodestyle is the new name of the module pep8
This commit is contained in:
Matthieu Coudron 2016-10-29 02:34:49 +02:00
parent 8dec9a590c
commit cc431aba07
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