File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 8
8
- ' %LOCALAPPDATA%\pip\Cache'
9
9
environment :
10
10
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 '
15
15
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 '
20
20
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 '
25
25
PYTHON_ARCH : ' 64'
26
26
init :
27
27
- ps : echo $env:TOXENV
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ envlist =
6
6
clean,
7
7
check,
8
8
lint,
9
- py37 -notebook{57,64},
9
+ py36 -notebook{57,64},
10
10
report,
11
11
12
12
[testenv]
You can’t perform that action at this time.
0 commit comments