Remove Python 3.6 from tests

This commit is contained in:
Labrys of Knossos 2022-12-02 21:58:33 -05:00
commit e88264e3c1
2 changed files with 1 additions and 5 deletions

View file

@ -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:

View file

@ -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 =