Skip to content

Commit

Permalink
ci: add python 3.6 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Frust committed Sep 14, 2018
1 parent 42389fb commit 713fa72
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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

0 comments on commit 713fa72

Please sign in to comment.