Skip to content
This repository has been archived by the owner on Oct 3, 2019. It is now read-only.

Commit

Permalink
Add 'Test' env (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
tayloraburgess authored Sep 4, 2019
1 parent 3cda512 commit 290093d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions mbq/env/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class Environment(Enum):
PRODUCTION = ('prd', 'Production')
DEVELOPMENT = ('dev', 'Development')
LOCAL = ('lcl', 'Local')
TEST = ('lcl', 'Test')

def __init__(self, short_name, long_name):
self.short_name = short_name
Expand Down
2 changes: 1 addition & 1 deletion mbq/env/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
__license__ = 'Apache 2.0'
__title__ = 'mbq.env'
__url__ = 'https://github.com/managedbyq/mbq.env'
__version__ = '2.0.1'
__version__ = '2.0.2'

0 comments on commit 290093d

Please sign in to comment.