Merge branch 'main' into dev

This commit is contained in:
Hongzuo Xu 2022-12-01 14:18:28 +08:00 committed by GitHub
commit 98b339d747
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 3 deletions

View File

@ -2,13 +2,16 @@ language: python
dist: xenial
python:
- "3.6"
- "3.7"
# - "3.6"
# - "3.7"
- "3.8"
- "3.9"
install:
- pip install --upgrade pip
- pip list
- pip install importlib-metadata>=4.0.0
- pip install setuptools>=49.6.0
- pip install -r requirements.txt
- pip install -r requirements_ci.yml

View File

@ -3,3 +3,4 @@ pytest-cov==2.10.0
coveralls==2.1.1
setuptools>=49.6.0
tqdm>=4.62.3