File tree Expand file tree Collapse file tree 3 files changed +2
-15
lines changed
Expand file tree Collapse file tree 3 files changed +2
-15
lines changed Original file line number Diff line number Diff line change 2121 fail-fast : false
2222 matrix :
2323 include :
24- - os : ubuntu-18.04
25- python-version : " 3.6"
26- envfile : " environment.yml"
27- channel-priority : " flexible"
28- name : " Minimal dependencies"
29-
30- - os : ubuntu-latest
31- python-version : " 3.7"
32- channel-priority : " strict"
33- envfile : " environment.yml"
34-
3524 - os : ubuntu-latest
3625 python-version : " 3.8"
3726 channel-priority : " strict"
Original file line number Diff line number Diff line change 44
55[ ![ License: AGPL v3] ( https://img.shields.io/badge/License-AGPL_v3-blue.svg )] ( https://www.gnu.org/licenses/agpl-3.0 )
66[ ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/musicaiz )] ( https://pypi.org/project/musicaiz )
7- ![ tests ] ( https://github.com/carlosholivan/musicaiz/actions/workflows/pytest .yml/badge.svg )
8- ![ Build Status ] ( https://github.com/ carlosholivan/musicaiz/actions/workflows/coverage.yml /badge.svg )
7+ [ ![ CI ] ( https://github.com/carlosholivan/musicaiz/actions/workflows/ci .yml/badge.svg )] ( https://github.com/carlosholivan/musicaiz/actions/workflows/ci.yml )
8+ [ ![ codecov ] ( https://codecov.io/gh/ carlosholivan/musicaiz/branch/main/graph /badge.svg?token=ULWnUHaIJC )] ( https://codecov.io/gh/carlosholivan/musicaiz )
99[ ![ Supported Platforms] ( https://img.shields.io/badge/platforms-macOS%20%7C%20Windows%20%7C%20Linux-green )] ( https://pypi.org/project/musanalysis )
1010[ ![ PyPI - Downloads] ( https://img.shields.io/pypi/dm/musicaiz )] ( https://pypistats.org/packages/musicaiz )
1111
Original file line number Diff line number Diff line change @@ -32,8 +32,6 @@ classifiers =
3232 Topic :: Multimedia :: Sound/Audio :: Analysis
3333 Framework :: Matplotlib
3434 Programming Language :: Python :: 3
35- Programming Language :: Python :: 3.6
36- Programming Language :: Python :: 3.7
3735 Programming Language :: Python :: 3.8
3836 Programming Language :: Python :: 3.9
3937
You can’t perform that action at this time.
0 commit comments