lists.arthurdejong.org
RSS feed

python-stdnum branch master updated. 1.13-5-g8437b8e

[Date Prev][Date Next] [Thread Prev][Thread Next]

python-stdnum branch master updated. 1.13-5-g8437b8e



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  8437b8e485f123811f2e432cb3ded5c94d315971 (commit)
      from  353db92b2da365381d590dbc535e1b2b68db0732 (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=8437b8e485f123811f2e432cb3ded5c94d315971

commit 8437b8e485f123811f2e432cb3ded5c94d315971
Author: Arthur de Jong <arthur@arthurdejong.org>
Date:   Sun Mar 1 19:42:16 2020 +0100

    Use bionic for pypy3 tests on Travis
    
    This switches the pypy3 tests to bionic which has Python 3.6.9. There
    were installation issues with 3.5.3 on trusty and coverage issues with
    3.6.1 of xenial (now the default on Travis).

diff --git a/.travis.yml b/.travis.yml
index fb26bd7..436ddfb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,7 +14,7 @@ matrix:
   - python: 2.6
     dist: trusty
   - python: pypy3
-    dist: trusty
+    dist: bionic
   - python: 3.6
     env: TOXENV=flake8
   - python: 3.6

-----------------------------------------------------------------------

Summary of changes:
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
python-stdnum