Skip to content

Commit

Permalink
Merge 713fa72 into 41e2a3e
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashuste committed Sep 14, 2018
2 parents 41e2a3e + 713fa72 commit aa40365
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -40,6 +40,7 @@ language: python
python:
- "2.7"
- "3.5"
- "3.6"

cache:
- pip
Expand Down Expand Up @@ -83,7 +84,7 @@ jobs:
after_success:
- coveralls
- stage: deploy-pypi
python: "3.5"
python: "3.6"
env: REQUIREMENTS=release EXTRAS=all,sqlite SQLALCHEMY_DATABASE_URI="sqlite:///test.db"
before_install: echo "Skipping before_install step..."
install: echo "Skipping install step..."
Expand All @@ -98,7 +99,7 @@ jobs:
tags: true
if: tag =~ ^v
- stage: deploy-docs
python: "3.5"
python: "3.6"
env: REQUIREMENTS=release EXTRAS=all,sqlite SQLALCHEMY_DATABASE_URI="sqlite:///test.db"
script: sphinx-build -qnNW docs/source docs/build/html
before_deploy:
Expand Down
4 changes: 4 additions & 0 deletions CHANGES.md
@@ -1,3 +1,7 @@
Version 0.1.4.post

- Add Python 3.6 to Travis CI test matrix [49](https://github.com/tobiasfrust/shibboleth-authenticator/pull/49)

Version 0.1.4

- No new changes are introduced in this version. PyPi deployment failed for version 0.1.3.
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -122,6 +122,7 @@
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: CPython',
'Development Status :: 5 - Production/Stable',
]
Expand Down
2 changes: 1 addition & 1 deletion shibboleth_authenticator/version.py
Expand Up @@ -23,4 +23,4 @@
"""


__version__ = '0.1.4'
__version__ = '0.1.4.post'

0 comments on commit aa40365

Please sign in to comment.