Replaced pep8 with pycodestyle
pycodestyle is the new name of the module pep8
This commit is contained in:
parent
8dec9a590c
commit
cc431aba07
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
python3 --version
|
python3 --version
|
||||||
py.test --version
|
py.test --version
|
||||||
python3 -mpep8 --version
|
python3 -mpycodestyle --version
|
||||||
|
|
||||||
# Target directory for all build files
|
# Target directory for all build files
|
||||||
BUILD=${1:-ci-build}
|
BUILD=${1:-ci-build}
|
||||||
rm -rf ${BUILD}/
|
rm -rf ${BUILD}/
|
||||||
mkdir -p $BUILD
|
mkdir -p $BUILD
|
||||||
|
|
||||||
python3 -mpep8 --ignore E501 i3pystatus tests
|
python3 -mpycodestyle --ignore E501 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
|
||||||
|
@ -2,5 +2,5 @@ pytest>=2.5
|
|||||||
sphinx>=1.1
|
sphinx>=1.1
|
||||||
colour>=0.0.5
|
colour>=0.0.5
|
||||||
mock>=1.0
|
mock>=1.0
|
||||||
pep8>=1.5.7
|
pycodestyle>=1.5.7
|
||||||
i3ipc>=1.2.0
|
i3ipc>=1.2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user