Skip to content

Commit aecac5a

Browse files
author
Jürgen Hasch
committed
Remove Python 3.6 CI tests
1 parent 7e19012 commit aecac5a

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

appveyor.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@ environment:
1313
# appropriate libxml headers. As a result, make pip use binary packages.
1414
PIP_ONLY_BINARY: lxml
1515
matrix:
16-
17-
- TOXENV: 'py36-notebook60'
18-
TOXPYTHON: C:\Python36\python.exe
19-
PYTHON_HOME: C:\Python36
20-
PYTHON_VERSION: '3.6'
21-
PYTHON_ARCH: '64'
22-
2316
- TOXENV: 'py37-notebook60'
2417
TOXPYTHON: C:\Python36\python.exe
2518
PYTHON_HOME: C:\Python37

tox.ini

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,20 @@ envlist =
66
clean,
77
check,
88
lint,
9-
{py36,py37,py38}-notebook{60,63},
9+
{py37,py38}-notebook{60,63},
1010
report,
1111

1212
[testenv]
1313
basepython =
1414
pypy: {env:TOXPYTHON:pypy}
15-
py36: {env:TOXPYTHON:python3.6}
1615
py37: {env:TOXPYTHON:python3.7}
1716
py38: {env:TOXPYTHON:python3.8}
1817
{spell}: {env:TOXPYTHON:python3.8}
19-
{appveyorartifacts,lint,check}: {env:TOXPYTHON:python3}
18+
{appveyorartifacts,lint,check}: {env:TOXPYTHON:python3.8}
2019
{condarecipe}: {env:TOXPYTHON:python3}
21-
{clean,codecov,coveralls,report}: {env:TOXPYTHON:python3}
22-
{docs,docs_build,docs_linkcheck}: {env:TOXPYTHON:python3}
23-
{bump,pypi_build,pypi_upload}: {env:TOXPYTHON:python3}
20+
{clean,codecov,coveralls,report}: {env:TOXPYTHON:python3.8}
21+
{docs,docs_build,docs_linkcheck}: {env:TOXPYTHON:python3.8}
22+
{bump,pypi_build,pypi_upload}: {env:TOXPYTHON:python3.8}
2423
setenv =
2524
PYTHONPATH={toxinidir}/tests
2625
PYTHONUNBUFFERED=yes

0 commit comments

Comments
 (0)