1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-05-29 07:08:04 +02:00

adding pep8 in run_test.sh

This commit is contained in:
kakwa 2015-07-11 22:26:08 +02:00
parent 1885079444
commit 61bade4bd0

View File

@ -1,3 +1,4 @@
#!/bin/sh #!/bin/sh
cd `dirname $0` cd `dirname $0`
python setup.py test python setup.py test &&\
pep8 --repeat --show-source --exclude=.venv,.tox,dist,docs,build,*.egg,tests,misc .