Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Sanchez Mateo committed Sep 20, 2017
1 parent 8799385 commit a60c0c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion biredirect/boxstores.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def get_oauth(cls):
@classmethod
def _store_tokens(cls, access_token, refresh_token):
"""
Store token values in keysfile.
Store token values in redis.
:param access_token:
Box Access token
:param refresh_token:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[pytest]
addopts = --basetemp={envtmpdir} --cov=biredirect --cov=boxsync --cov-config .coveragerc --cov-report=term-missing
addopts = --cov=biredirect --cov=boxsync --cov-config .coveragerc --cov-report=term-missing

[flake8]
application-import-names = biredirect, boxsync
Expand Down

0 comments on commit a60c0c3

Please sign in to comment.