Skip to content

Commit

Permalink
Fixed variable KERIO_BOX
Browse files Browse the repository at this point in the history
  • Loading branch information
muflone committed Oct 14, 2018
1 parent 49f37c5 commit 2250b67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
. venv/bin/activate
export KERIO_USERNAME='admin-en'
export KERIO_PASSWORD='kerio'
export KERIO_KERIO_BOX='NO'
export KERIO_BOX='NO'
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
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ install: "pip install -r requirements.txt"
script:
- export KERIO_USERNAME='admin-en'
- export KERIO_PASSWORD='kerio'
- export KERIO_KERIO_BOX='NO'
- export KERIO_BOX='NO'
- 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 2250b67

Please sign in to comment.