Skip to content

Commit e81be4a

Browse files
author
Juergen Hasch
committed
Skip Python 3.7 tests for now
1 parent f4dd932 commit e81be4a

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

appveyor.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@ environment:
3838
PYTHON_VERSION: '3.6'
3939
PYTHON_ARCH: '32'
4040

41-
- TOXENV: 'py37-notebook'
42-
TOXPYTHON: C:\Python37\python.exe
43-
PYTHON_HOME: C:\Python37
44-
PYTHON_VERSION: '3.7'
45-
PYTHON_ARCH: '32'
46-
4741
init:
4842
- ps: echo $env:TOXENV
4943
- ps: ls C:\Python*

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ basepython =
1717
py37: {env:TOXPYTHON:python3.7}
1818
{spell}: {env:TOXPYTHON:python2.7}
1919
{appveyorartifacts,lint,check}: {env:TOXPYTHON:python3}
20-
{condarecipe}: {env:TOXPYTHON:python3.6}
20+
{condarecipe}: {env:TOXPYTHON:python3}
2121
{clean,codecov,coveralls,report}: {env:TOXPYTHON:python3}
2222
{docs,docs_build,docs_linkcheck}: {env:TOXPYTHON:python3}
2323
{bump,pypi_build,pypi_upload}: {env:TOXPYTHON:python3}

0 commit comments

Comments
 (0)