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

Commit

Permalink
Merge 30c4eae into f77173c
Browse files Browse the repository at this point in the history
  • Loading branch information
dinosk committed Mar 17, 2017
2 parents f77173c + 30c4eae commit ee31e74
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ env:

python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"

before_install:
Expand Down
2 changes: 0 additions & 2 deletions examples/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@

from flask import Flask, current_app
from flask_babelex import Babel
from flask_cli import FlaskCLI
from flask_menu import Menu
from invenio_access import InvenioAccess
from invenio_accounts import InvenioAccounts
Expand Down Expand Up @@ -102,7 +101,6 @@
DATADIR=join(dirname(__file__), 'data')
))

FlaskCLI(app)
Babel(app)
Menu(app)
InvenioDB(app)
Expand Down
2 changes: 1 addition & 1 deletion invenio_memento/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
from datetime import datetime

import click
from flask_cli import with_appcontext
from flask.cli import with_appcontext
from invenio_db import db


Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Development Status :: 1 - Planning',
],
Expand Down

0 comments on commit ee31e74

Please sign in to comment.