Skip to content

Commit

Permalink
updated travis and fixed syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Furr committed Sep 25, 2018
1 parent c00dbc5 commit dd193dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
# - "3.5-dev" # 3.5 development branch
# - "nightly" # currently points to 3.6-dev
env:
Expand Down
1 change: 0 additions & 1 deletion mongolog/management/commands/analog.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ class Command(BaseCommand):
'-q', '--query', default=None, action='store', dest='query',
help='Pass in a search query to mongo.'),
)
else:

def __init__(self, *args, **kwargs):
super(Command, self).__init__(*args, **kwargs)
Expand Down

0 comments on commit dd193dd

Please sign in to comment.