From 127d262db38d4baa6530b0de1c075304ec5281b8 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sun, 24 Nov 2019 15:39:25 +0100 Subject: [PATCH] Travis: test python 3.7 and 3.8 in standard way This removes the hack for python 3.7, and add 3.8 as well. --- .travis.yml | 7 ++----- README.rst | 2 ++ 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 303cc41..c96e81d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,13 +5,10 @@ python: - "3.4" - "3.5" - "3.6" + - "3.7" + - "3.8" - "nightly" -matrix: - include: - - python: "3.7" - dist: xenial - # we don't need any python dependencies, but a ruby one for coverage: install: gem install coveralls-lcov diff --git a/README.rst b/README.rst index 83d4ee2..aab03c2 100644 --- a/README.rst +++ b/README.rst @@ -24,6 +24,8 @@ https://github.com/iustin/pylibacl/issues. .. image:: https://img.shields.io/pypi/v/pylibacl :alt: PyPI :target: https://pypi.org/project/pylibacl/ +.. image:: https://img.shields.io/pypi/implementation/pylibacl + :alt: PyPI - Implementation .. image:: https://img.shields.io/pypi/dm/pylibacl :alt: PyPI - Downloads -- 2.39.2