mirror of
https://github.com/Gandi/gandi.cli.git
synced 2026-01-16 23:00:21 +00:00
test pypy
This commit is contained in:
parent
11dd9ab61c
commit
17321bbf94
2 changed files with 4 additions and 0 deletions
|
|
@ -6,6 +6,8 @@ python:
|
|||
- "3.3"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
- pypy
|
||||
- pypy3
|
||||
matrix:
|
||||
include:
|
||||
- python: 3.7
|
||||
|
|
|
|||
2
setup.py
2
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',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue