mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-11 20:18:52 +01:00
5 lines
135 B
Bash
Executable File
5 lines
135 B
Bash
Executable File
#!/bin/sh
|
|
cd `dirname $0`
|
|
python setup.py test &&\
|
|
pep8 --repeat --show-source --exclude=.venv,.tox,dist,docs,build,*.egg,tests,misc .
|