python-pskc branch master updated. 1.0-23-g21323a0
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
python-pskc branch master updated. 1.0-23-g21323a0
- From: Commits of the python-pskc project <python-pskc-commits [at] lists.arthurdejong.org>
- To: python-pskc-commits [at] lists.arthurdejong.org
- Reply-to: python-pskc-users [at] lists.arthurdejong.org
- Subject: python-pskc branch master updated. 1.0-23-g21323a0
- Date: Sun, 10 Feb 2019 22:17:46 +0100 (CET)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "python-pskc".
The branch, master has been updated
via 21323a0967efa5d1512b464f7de76f536e9b4957 (commit)
from c2abbec04dd0a0af046dd4912aed8cf8e8a03cd1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://arthurdejong.org/git/python-pskc/commit/?id=21323a0967efa5d1512b464f7de76f536e9b4957
commit 21323a0967efa5d1512b464f7de76f536e9b4957
Author: Arthur de Jong <arthur@arthurdejong.org>
Date: Sun Feb 10 19:57:46 2019 +0100
Add Python 3.7 in Travis and reduce build matrix
This runs the signxml flavour on all Python versions and only runs all
other flavours on Python 2.6 and 3.6.
diff --git a/.travis.yml b/.travis.yml
index e59b66f..1f91815 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,17 +7,33 @@ python:
- 3.5
- 3.6
- pypy
+ - pypy3
env:
- FLAVOUR=signxml
- - FLAVOUR=legacy
- - FLAVOUR=legacy-defusedxml
- - FLAVOUR=lxml
- - FLAVOUR=lxml-defusedxml
matrix:
include:
- - python: 3.5
+ - python: 2.7
+ env: FLAVOUR=legacy
+ - python: 2.7
+ env: FLAVOUR=legacy-defusedxml
+ - python: 2.7
+ env: FLAVOUR=lxml
+ - python: 2.7
+ env: FLAVOUR=lxml-defusedxml
+ - python: 3.6
+ env: FLAVOUR=legacy
+ - python: 3.6
+ env: FLAVOUR=legacy-defusedxml
+ - python: 3.6
+ env: FLAVOUR=lxml
+ - python: 3.6
+ env: FLAVOUR=lxml-defusedxml
+ - python: 3.7
+ dist: xenial
+ env: FLAVOUR=signxml
+ - python: 3.6
env: TOXENV=flake8
- - python: 3.5
+ - python: 3.6
env: TOXENV=docs
install: pip install tox
script: tox -e "${TOXENV:-$(echo py${TRAVIS_PYTHON_VERSION}-${FLAVOUR} | tr -d
. | sed -e 's/pypypy/pypy/')}"
diff --git a/setup.py b/setup.py
index 297179a..8040f3a 100755
--- a/setup.py
+++ b/setup.py
@@ -62,6 +62,7 @@ setup(
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Security :: Cryptography',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: System :: Systems Administration ::
Authentication/Directory',
-----------------------------------------------------------------------
Summary of changes:
.travis.yml | 28 ++++++++++++++++++++++------
setup.py | 1 +
2 files changed, 23 insertions(+), 6 deletions(-)
hooks/post-receive
--
python-pskc
--
To unsubscribe send an email to
python-pskc-commits-unsubscribe@lists.arthurdejong.org or see
https://lists.arthurdejong.org/python-pskc-commits/
- python-pskc branch master updated. 1.0-23-g21323a0,
Commits of the python-pskc project