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