mirror of https://github.com/tqdm/tqdm.git
commit
fac85caa16
|
@ -48,14 +48,17 @@ jobs:
|
|||
- name: py3.7
|
||||
python: 3.7
|
||||
env: TOXENV=py37
|
||||
- name: py3.8
|
||||
python: 3.8
|
||||
env: TOXENV=py38
|
||||
- name: tf-no-keras
|
||||
python: 3.7
|
||||
env: TOXENV=tf-no-keras
|
||||
- name: pypy2.7
|
||||
python: pypy2.7-5.10.0
|
||||
python: pypy2.7-7.1.1
|
||||
env: TOXENV=pypy
|
||||
- name: pypy3.5
|
||||
python: pypy3.5-5.10.0
|
||||
python: pypy3.6-7.1.1
|
||||
env: TOXENV=pypy3
|
||||
- stage: development
|
||||
name: py2.7-win
|
||||
|
|
1
setup.py
1
setup.py
|
@ -97,6 +97,7 @@ setup(
|
|||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
'Programming Language :: Python :: Implementation',
|
||||
'Programming Language :: Python :: Implementation :: IronPython',
|
||||
'Programming Language :: Python :: Implementation :: PyPy',
|
||||
|
|
Loading…
Reference in New Issue