mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-25 18:54:29 +01:00
add launcher script in pep8 check
This commit is contained in:
parent
5a61868562
commit
cc7233765d
@ -25,7 +25,7 @@ install:
|
|||||||
script:
|
script:
|
||||||
- coverage run --source=ldapcherry setup.py test
|
- coverage run --source=ldapcherry setup.py test
|
||||||
- "if [[ $TEST_HIREDIS == '1' ]]; then pip install hiredis; fi"
|
- "if [[ $TEST_HIREDIS == '1' ]]; then pip install hiredis; fi"
|
||||||
script: "if [[ $TEST_PEP8 == '1' ]]; then pep8 --repeat --show-source --exclude=.venv,.tox,dist,docs,build,*.egg,tests,misc .; else coverage run --source=ldapcherry setup.py test; fi"
|
script: "if [[ $TEST_PEP8 == '1' ]]; then pep8 --repeat --show-source --exclude=.venv,.tox,dist,docs,build,*.egg,tests,misc . scripts/ldapcherryd; else coverage run --source=ldapcherry setup.py test; fi"
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- python: "2.7"
|
- python: "2.7"
|
||||||
|
Loading…
Reference in New Issue
Block a user