From 17321bbf945ed895c49ad0ee4b1784cf48efc872 Mon Sep 17 00:00:00 2001 From: Grigouze Date: Sat, 6 Oct 2018 22:32:21 +0200 Subject: [PATCH] test pypy --- .travis.yml | 2 ++ setup.py | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index de208db..8c4670c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,8 @@ python: - "3.3" - "3.5" - "3.6" + - pypy + - pypy3 matrix: include: - python: 3.7 diff --git a/setup.py b/setup.py index f2a485f..36db3f6 100644 --- a/setup.py +++ b/setup.py @@ -75,6 +75,8 @@ setup(name='gandi.cli', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: Implementation :: CPython', + 'Programming Language :: Python :: Implementation :: PyPy', 'Topic :: Terminals', 'Intended Audience :: Developers', 'Intended Audience :: System Administrators',