File tree Expand file tree Collapse file tree 1 file changed +11
-17
lines changed Expand file tree Collapse file tree 1 file changed +11
-17
lines changed Original file line number Diff line number Diff line change @@ -14,29 +14,23 @@ environment:
14
14
PIP_ONLY_BINARY : lxml
15
15
matrix :
16
16
17
- - TOXENV : ' py27-notebook'
18
- TOXPYTHON : C:\Python27\python.exe
19
- PYTHON_HOME : C:\Python27
20
- PYTHON_VERSION : ' 2.7'
21
- PYTHON_ARCH : ' 32'
22
-
23
- - TOXENV : ' py36-notebook44'
17
+ - TOXENV : ' py36-notebook60'
24
18
TOXPYTHON : C:\Python36\python.exe
25
19
PYTHON_HOME : C:\Python36
26
20
PYTHON_VERSION : ' 3.6'
27
- PYTHON_ARCH : ' 32 '
21
+ PYTHON_ARCH : ' 64 '
28
22
29
- - TOXENV : ' py36-notebook54 '
23
+ - TOXENV : ' py37-notebook60 '
30
24
TOXPYTHON : C:\Python36\python.exe
31
- PYTHON_HOME : C:\Python36
32
- PYTHON_VERSION : ' 3.6 '
33
- PYTHON_ARCH : ' 32 '
25
+ PYTHON_HOME : C:\Python37
26
+ PYTHON_VERSION : ' 3.7 '
27
+ PYTHON_ARCH : ' 64 '
34
28
35
- - TOXENV : ' py36-notebook55 '
36
- TOXPYTHON : C:\Python36 \python.exe
37
- PYTHON_HOME : C:\Python36
38
- PYTHON_VERSION : ' 3.6 '
39
- PYTHON_ARCH : ' 32 '
29
+ - TOXENV : ' py38-notebook60 '
30
+ TOXPYTHON : C:\Python38 \python.exe
31
+ PYTHON_HOME : C:\Python38
32
+ PYTHON_VERSION : ' 3.8 '
33
+ PYTHON_ARCH : ' 64 '
40
34
41
35
init :
42
36
- ps : echo $env:TOXENV
You can’t perform that action at this time.
0 commit comments