-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #72 from StackStorm/bugfix-and-overrides
Bugfix and overrides
- Loading branch information
Showing
8 changed files
with
381 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
language: python | ||
python: 2.7 | ||
python: | ||
- "2.7" | ||
- "3.6" | ||
sudo: false | ||
os: | ||
- linux | ||
env: | ||
- TOX_ENV=lint | ||
- TOX_ENV=py27 | ||
|
||
install: | ||
- pip install tox | ||
- pip install -r test-requirements.txt -r requirements.txt | ||
|
||
script: | ||
- tox -e $TOX_ENV | ||
- flake8 --config ./lint-configs/python/.flake8 st2auth_enterprise_ldap_backend/ | ||
- pylint -E --rcfile=./lint-configs/python/.pylintrc st2auth_enterprise_ldap_backend/ | ||
- nosetests -sv --with-coverage --cover-package=st2auth_enterprise_ldap_backend tests/unit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.