mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-25 18:54:29 +01:00
fix setup.py
This commit is contained in:
parent
a404cf0b39
commit
7019cc2348
@ -21,7 +21,7 @@ install:
|
|||||||
#
|
#
|
||||||
#script:
|
#script:
|
||||||
# - coverage run --source=ldapcherry setup.py test
|
# - coverage run --source=ldapcherry setup.py test
|
||||||
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"
|
script: "if [[ $TEST_PEP8 == '1' ]]; then pep8 --repeat --show-source --exclude=.venv,.tox,dist,docs,build,*.egg,tests,misc,setup.py . scripts/ldapcherryd; else coverage run --source=ldapcherry setup.py test; fi"
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- python: "2.7"
|
- python: "2.7"
|
||||||
|
@ -28,6 +28,7 @@ class MissingAttr(Exception):
|
|||||||
self.log = 'attributes "cn" and "unicodePwd" must be declared ' \
|
self.log = 'attributes "cn" and "unicodePwd" must be declared ' \
|
||||||
'in attributes.yml for all Active Directory backends.'
|
'in attributes.yml for all Active Directory backends.'
|
||||||
|
|
||||||
|
|
||||||
NO_ATTR = 0
|
NO_ATTR = 0
|
||||||
DISPLAYED_ATTRS = 1
|
DISPLAYED_ATTRS = 1
|
||||||
LISTED_ATTRS = 2
|
LISTED_ATTRS = 2
|
||||||
|
Loading…
Reference in New Issue
Block a user