Skip to content

Commit

Permalink
Merge f596614 into 2f59c21
Browse files Browse the repository at this point in the history
  • Loading branch information
zzacharo committed Mar 20, 2020
2 parents 2f59c21 + f596614 commit 896d093
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ notifications:

dist: xenial

sudo: true

language: python

cache:
Expand Down Expand Up @@ -45,8 +43,8 @@ env:
- EXTRAS=postgresql REQUIREMENTS=devel SQLALCHEMY_DATABASE_URI="postgresql+psycopg2://postgres@localhost:5432/invenio" POSTGRESQL_VERSION="10"

python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"

matrix:
fast_finish: true
Expand Down Expand Up @@ -88,5 +86,5 @@ deploy:
distributions: "sdist bdist_wheel"
on:
tags: true
python: "2.7"
python: "3.6"
condition: $REQUIREMENTS = release
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
]

install_requires = [
'Flask>=0.11.1',
'invenio-base>=1.2.2',
'Flask-Alembic>=2.0.1',
'Flask-SQLAlchemy>=2.1',
'SQLAlchemy>=1.1.0',
Expand Down

0 comments on commit 896d093

Please sign in to comment.