Skip to content

Commit

Permalink
Merge 0fdc1a2 into c1593b3
Browse files Browse the repository at this point in the history
  • Loading branch information
alizeepace committed Aug 31, 2016
2 parents c1593b3 + 0fdc1a2 commit 40556a0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,12 @@ env:

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

matrix:
allow_failures:
- python: pypy

before_install:
- "travis_retry pip install --upgrade pip setuptools py"
Expand Down
7 changes: 5 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@
'github_banner': True,
'show_powered_by': False,
'extra_nav_links': {
'invenio-csl-rest@GitHub': 'http://github.com/inveniosoftware/invenio-csl-rest',
'invenio-csl-rest@PyPI': 'http://pypi.python.org/pypi/invenio-csl-rest/',
'invenio-csl-rest@GitHub': 'https://github.com/inveniosoftware/invenio-csl-rest',
'invenio-csl-rest@PyPI': 'https://pypi.python.org/pypi/invenio-csl-rest/',
}
}

Expand Down Expand Up @@ -329,3 +329,6 @@

# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'https://docs.python.org/': None}

# Autodoc configuraton.
autoclass_content = 'both'
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
]

install_requires = [
'Flask>=0.11.1',
'citeproc-py-styles>=0.1.0',
'invenio-rest>=1.0.0a9',
]
Expand Down Expand Up @@ -112,9 +113,9 @@
'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',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Development Status :: 1 - Planning',
],
)

0 comments on commit 40556a0

Please sign in to comment.