Skip to content

Commit

Permalink
Merge 56cd800 into a474a5b
Browse files Browse the repository at this point in the history
  • Loading branch information
frankois committed Mar 6, 2020
2 parents a474a5b + 56cd800 commit b79a37b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Expand Up @@ -26,8 +26,6 @@
notifications:
email: false

sudo: false

language: python

cache:
Expand All @@ -39,9 +37,8 @@ env:
- REQUIREMENTS=devel

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

matrix:
allow_failures:
Expand Down Expand Up @@ -72,5 +69,5 @@ deploy:
distributions: "sdist bdist_wheel"
on:
tags: true
python: "2.7"
python: "3.6"
condition: $REQUIREMENTS = release
1 change: 1 addition & 0 deletions requirements-devel.txt
Expand Up @@ -22,3 +22,4 @@
# waive the privileges and immunities granted to it by virtue of its status
# as an Intergovernmental Organization or submit itself to any jurisdiction.
-e git+https://github.com/inveniosoftware/invenio-rest.git#egg=invenio-rest
-e git+https://github.com/inveniosoftware/invenio-base.git#egg=invenio-base
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -59,7 +59,7 @@
]

install_requires = [
'Flask>=0.11.1',
'invenio-base>=1.2.2',
'citeproc-py-styles>=0.1.0',
'invenio-rest>=1.0.0a9',
]
Expand Down

0 comments on commit b79a37b

Please sign in to comment.