We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e19012 commit aecac5aCopy full SHA for aecac5a
appveyor.yml
@@ -13,13 +13,6 @@ environment:
13
# appropriate libxml headers. As a result, make pip use binary packages.
14
PIP_ONLY_BINARY: lxml
15
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
23
- TOXENV: 'py37-notebook60'
24
TOXPYTHON: C:\Python36\python.exe
25
PYTHON_HOME: C:\Python37
tox.ini
@@ -6,21 +6,20 @@ envlist =
6
clean,
7
check,
8
lint,
9
- {py36,py37,py38}-notebook{60,63},
+ {py37,py38}-notebook{60,63},
10
report,
11
12
[testenv]
basepython =
pypy: {env:TOXPYTHON:pypy}
- py36: {env:TOXPYTHON:python3.6}
py37: {env:TOXPYTHON:python3.7}
py38: {env:TOXPYTHON:python3.8}
{spell}: {env:TOXPYTHON:python3.8}
- {appveyorartifacts,lint,check}: {env:TOXPYTHON:python3}
+ {appveyorartifacts,lint,check}: {env:TOXPYTHON:python3.8}
{condarecipe}: {env:TOXPYTHON:python3}
- {clean,codecov,coveralls,report}: {env:TOXPYTHON:python3}
- {docs,docs_build,docs_linkcheck}: {env:TOXPYTHON:python3}
- {bump,pypi_build,pypi_upload}: {env:TOXPYTHON:python3}
+ {clean,codecov,coveralls,report}: {env:TOXPYTHON:python3.8}
+ {docs,docs_build,docs_linkcheck}: {env:TOXPYTHON:python3.8}
+ {bump,pypi_build,pypi_upload}: {env:TOXPYTHON:python3.8}
setenv =
PYTHONPATH={toxinidir}/tests
26
PYTHONUNBUFFERED=yes
0 commit comments