mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 13:53:15 -07:00
commit
ba96e40653
3 changed files with 1 additions and 8 deletions
|
@ -13,8 +13,6 @@ jobs:
|
||||||
vmImage: 'Ubuntu-latest'
|
vmImage: 'Ubuntu-latest'
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
Python36:
|
|
||||||
python.version: '3.6'
|
|
||||||
Python37:
|
Python37:
|
||||||
python.version: '3.7'
|
python.version: '3.7'
|
||||||
Python38:
|
Python38:
|
||||||
|
|
3
setup.py
3
setup.py
|
@ -74,9 +74,6 @@ setup(
|
||||||
'Operating System :: Unix',
|
'Operating System :: Unix',
|
||||||
'Programming Language :: Python',
|
'Programming Language :: Python',
|
||||||
'Programming Language :: Python :: 3',
|
'Programming Language :: Python :: 3',
|
||||||
'Programming Language :: Python :: 3.4',
|
|
||||||
'Programming Language :: Python :: 3.5',
|
|
||||||
'Programming Language :: Python :: 3.6',
|
|
||||||
'Programming Language :: Python :: 3.7',
|
'Programming Language :: Python :: 3.7',
|
||||||
'Programming Language :: Python :: 3.8',
|
'Programming Language :: Python :: 3.8',
|
||||||
'Programming Language :: Python :: 3.9',
|
'Programming Language :: Python :: 3.9',
|
||||||
|
|
4
tox.ini
4
tox.ini
|
@ -4,13 +4,11 @@
|
||||||
envlist =
|
envlist =
|
||||||
clean,
|
clean,
|
||||||
check,
|
check,
|
||||||
{py35, py36, py37},
|
{py37},
|
||||||
report
|
report
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
basepython =
|
basepython =
|
||||||
py35: {env:TOXPYTHON:python3.5}
|
|
||||||
py36: {env:TOXPYTHON:python3.6}
|
|
||||||
py37: {env:TOXPYTHON:python3.7}
|
py37: {env:TOXPYTHON:python3.7}
|
||||||
{clean,check,report,codecov}: {env:TOXPYTHON:python3}
|
{clean,check,report,codecov}: {env:TOXPYTHON:python3}
|
||||||
setenv =
|
setenv =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue