From aa74bf7d57bf9bee36f90cb59629190427042c44 Mon Sep 17 00:00:00 2001 From: aouinizied Date: Sat, 19 Oct 2019 16:05:34 +0200 Subject: [PATCH] Remove pypy3 support. --- .travis.yml | 1 - README.rst | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 89ee446..ed5f41f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,6 @@ python: - "3.6" - "3.7" - "3.8" - - "pypy3" addons: apt: diff --git a/README.rst b/README.rst index 7f08e63..dcfa1ce 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ nfstream ======== -|build| |coverage| |quality| |python| |pypy| |license| +|build| |coverage| |quality| |python| |license| nfstream is a flexible and powerful network data analysis library. @@ -14,8 +14,6 @@ nfstream is a flexible and powerful network data analysis library. :target: https://lgtm.com/projects/g/aouinizied/nfstream/context:python .. |python| image:: https://img.shields.io/badge/python-3.x-green.svg :target: https://travis-ci.org/aouinizied/nfstream -.. |pypy| image:: https://img.shields.io/badge/pypy3-green.svg - :target: https://travis-ci.org/aouinizied/nfstream .. |license| image:: https://img.shields.io/badge/license-LGPLv3-blue.svg :target: LICENSE