mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 13:53:15 -07:00
Remove Python 3.6 from tests
This commit is contained in:
parent
a1b7b8c527
commit
e88264e3c1
2 changed files with 1 additions and 5 deletions
|
@ -13,8 +13,6 @@ jobs:
|
|||
vmImage: 'Ubuntu-latest'
|
||||
strategy:
|
||||
matrix:
|
||||
Python36:
|
||||
python.version: '3.6'
|
||||
Python37:
|
||||
python.version: '3.7'
|
||||
Python38:
|
||||
|
|
4
tox.ini
4
tox.ini
|
@ -4,13 +4,11 @@
|
|||
envlist =
|
||||
clean,
|
||||
check,
|
||||
{py35, py36, py37},
|
||||
{py37},
|
||||
report
|
||||
|
||||
[testenv]
|
||||
basepython =
|
||||
py35: {env:TOXPYTHON:python3.5}
|
||||
py36: {env:TOXPYTHON:python3.6}
|
||||
py37: {env:TOXPYTHON:python3.7}
|
||||
{clean,check,report,codecov}: {env:TOXPYTHON:python3}
|
||||
setenv =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue