Skip to content

Commit

Permalink
Added KERIO_READONLY='YES' to skip tests for insufficient rights
Browse files Browse the repository at this point in the history
  • Loading branch information
muflone committed Oct 15, 2018
1 parent a287271 commit 8d1b36b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
export KERIO_USERNAME='admin-en'
export KERIO_PASSWORD='kerio'
export KERIO_BOX='NO'
export KERIO_READONLY='YES'
nosetests --verbose --detailed-errors --nocapture --with-id --with-coverage tests/types/
nosetests --verbose --detailed-errors --nocapture --with-id --with-coverage tests/enums/
nosetests --verbose --detailed-errors --nocapture --with-id --with-coverage tests/structs/
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ script:
- export KERIO_USERNAME='admin-en'
- export KERIO_PASSWORD='kerio'
- export KERIO_BOX='NO'
- export KERIO_READONLY='YES'
- nosetests --verbose --detailed-errors --nocapture --with-id --with-coverage tests/types/
- nosetests --verbose --detailed-errors --nocapture --with-id --with-coverage tests/enums/
- nosetests --verbose --detailed-errors --nocapture --with-id --with-coverage tests/structs/
Expand Down

0 comments on commit 8d1b36b

Please sign in to comment.