Skip to content

Commit 388be58

Browse files
committed
Fallback to 3.6 due to unresolved notebook dependencies
1 parent 8f9c241 commit 388be58

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

appveyor.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ cache:
88
- '%LOCALAPPDATA%\pip\Cache'
99
environment:
1010
matrix:
11-
- TOXENV: 'py37-notebook57'
12-
TOXPYTHON: C:\Python37-x64\python.exe
13-
PYTHON_HOME: C:\Python37-x64
14-
PYTHON_VERSION: '3.7'
11+
- TOXENV: 'py36-notebook57'
12+
TOXPYTHON: C:\Python36-x64\python.exe
13+
PYTHON_HOME: C:\Python36-x64
14+
PYTHON_VERSION: '3.6'
1515
PYTHON_ARCH: '64'
16-
- TOXENV: 'py37-notebook64'
17-
TOXPYTHON: C:\Python37-x64\python.exe
18-
PYTHON_HOME: C:\Python37-x64
19-
PYTHON_VERSION: '3.7'
16+
- TOXENV: 'py36-notebook64'
17+
TOXPYTHON: C:\Python36-x64\python.exe
18+
PYTHON_HOME: C:\Python36-x64
19+
PYTHON_VERSION: '3.6'
2020
PYTHON_ARCH: '64'
21-
- TOXENV: 'py37-notebook'
22-
TOXPYTHON: C:\Python37-x64\python.exe
23-
PYTHON_HOME: C:\Python37-x64
24-
PYTHON_VERSION: '3.7'
21+
- TOXENV: 'py36-notebook'
22+
TOXPYTHON: C:\Python36-x64\python.exe
23+
PYTHON_HOME: C:\Python36-x64
24+
PYTHON_VERSION: '3.6'
2525
PYTHON_ARCH: '64'
2626
init:
2727
- ps: echo $env:TOXENV

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ envlist =
66
clean,
77
check,
88
lint,
9-
py37-notebook{57,64},
9+
py36-notebook{57,64},
1010
report,
1111

1212
[testenv]

0 commit comments

Comments
 (0)