test pypy

This commit is contained in:
Grigouze 2018-10-06 22:32:21 +02:00
parent 11dd9ab61c
commit 17321bbf94
2 changed files with 4 additions and 0 deletions

View file

@ -6,6 +6,8 @@ python:
- "3.3"
- "3.5"
- "3.6"
- pypy
- pypy3
matrix:
include:
- python: 3.7

View file

@ -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',