lists.arthurdejong.org
RSS feed

python-pskc branch master updated. 1.1-13-g0c035f2

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

python-pskc branch master updated. 1.1-13-g0c035f2



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  0c035f2c5d4b8d0f4c6d9332f523c365076b9bb7 (commit)
      from  1790ed90cec02afa7088addf472ff8763faf1746 (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=0c035f2c5d4b8d0f4c6d9332f523c365076b9bb7

commit 0c035f2c5d4b8d0f4c6d9332f523c365076b9bb7
Author: Arthur de Jong <arthur@arthurdejong.org>
Date:   Sat Nov 7 13:34:44 2020 +0100

    Drop Travis testing for pypy2
    
    Recent distributions no longer carry the older pypy2. This also updates
    to the config to use bionic instead of xenial.

diff --git a/.travis.yml b/.travis.yml
index e4aa7f6..ddf0d8b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,16 +1,16 @@
 language: python
+os: linux
+dist: bionic
 cache: pip
-sudo: false
 python:
   - 2.7
   - 3.5
   - 3.6
   - 3.7
-  - pypy
   - pypy3
 env:
   - FLAVOUR=signxml
-matrix:
+jobs:
   include:
   - python: 2.7
     env: FLAVOUR=legacy

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

Summary of changes:
 .travis.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
python-pskc