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 88 - ' %LOCALAPPDATA%\pip\Cache'
99environment :
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'
2626init :
2727 - ps : echo $env:TOXENV
Original file line number Diff line number Diff 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]
You can’t perform that action at this time.
0 commit comments