python-stdnum branch master updated. 1.10-12-gb4773ae
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
python-stdnum branch master updated. 1.10-12-gb4773ae
- From: Commits of the python-stdnum project <python-stdnum-commits [at] lists.arthurdejong.org>
- To: python-stdnum-commits [at] lists.arthurdejong.org
- Reply-to: python-stdnum-users [at] lists.arthurdejong.org
- Subject: python-stdnum branch master updated. 1.10-12-gb4773ae
- Date: Sun, 10 Feb 2019 17:06:07 +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-stdnum".
The branch, master has been updated
via b4773ae4117275acddfa947150633da458d2625e (commit)
from 50874a93fae06c08be3c3ecd45c091f87ed8c80c (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-stdnum/commit/?id=b4773ae4117275acddfa947150633da458d2625e
commit b4773ae4117275acddfa947150633da458d2625e
Author: Arthur de Jong <arthur@arthurdejong.org>
Date: Sun Feb 10 12:50:51 2019 +0100
Add Python 3.7 tests
diff --git a/.travis.yml b/.travis.yml
index a3c3ad2..3a48bda 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,11 +8,14 @@ python:
- 3.5
- 3.6
- pypy
+ - pypy3
matrix:
include:
- - python: 3.5
+ - python: 3.6
env: TOXENV=flake8
- - python: 3.5
+ - python: 3.6
env: TOXENV=docs
+ - python: 3.7
+ dist: xenial
install: pip install tox
script: tox -e "${TOXENV:-$(echo py$TRAVIS_PYTHON_VERSION | tr -d . | sed -e
's/pypypy/pypy/')}"
diff --git a/setup.py b/setup.py
index ca091f1..016e77d 100755
--- a/setup.py
+++ b/setup.py
@@ -61,6 +61,8 @@ setup(name='python-stdnum',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Office/Business :: Financial',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Text Processing :: General',
diff --git a/tox.ini b/tox.ini
index c4dfdf8..f2bfcde 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py{26,27,34,35,36,py},flake8,docs
+envlist = py{26,27,34,35,36,37,py,py3},flake8,docs
skip_missing_interpreters = True
[testenv]
@@ -18,7 +18,7 @@ skip_install = true
deps = flake8
flake8-author
flake8-blind-except
- py{35,36}: flake8-bugbear
+ py{35,36,37}: flake8-bugbear
flake8-class-newline
flake8-commas
flake8-deprecated
-----------------------------------------------------------------------
Summary of changes:
.travis.yml | 7 +++++--
setup.py | 2 ++
tox.ini | 4 ++--
3 files changed, 9 insertions(+), 4 deletions(-)
hooks/post-receive
--
python-stdnum
--
To unsubscribe send an email to
python-stdnum-commits-unsubscribe@lists.arthurdejong.org or see
https://lists.arthurdejong.org/python-stdnum-commits/
- python-stdnum branch master updated. 1.10-12-gb4773ae,
Commits of the python-stdnum project