File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 15
15
- TWINE_USERNAME="mwcraig"
16
16
matrix :
17
17
- CONDA_PY=3.6
18
- - CONDA_PY=3.7.3 # 3.7.4 on conda is broken
18
+ - CONDA_PY=3.7
19
+ - CONDA_PY=3.8
19
20
20
21
install :
21
22
# Install and set up miniconda.
Original file line number Diff line number Diff line change @@ -24,6 +24,9 @@ environment:
24
24
# python version. Right now conda build does not configure the SDK, and
25
25
# the appveyor setup only sets up the SDK once, so separate by python
26
26
# versions.
27
+ - TARGET_ARCH : " x64"
28
+ CONDA_PY : " 3.8"
29
+ CONDA_INSTALL_LOCN : " C:\\ Miniconda37-x64"
27
30
- TARGET_ARCH : " x64"
28
31
CONDA_PY : " 3.7"
29
32
CONDA_INSTALL_LOCN : " C:\\ Miniconda37-x64"
@@ -32,6 +35,9 @@ environment:
32
35
CONDA_INSTALL_LOCN : " C:\\ Miniconda36-x64"
33
36
34
37
# 32-bit builds
38
+ - TARGET_ARCH : " x86"
39
+ CONDA_PY : " 3.8"
40
+ CONDA_INSTALL_LOCN : " C:\\ Miniconda37"
35
41
- TARGET_ARCH : " x86"
36
42
CONDA_PY : " 3.7"
37
43
CONDA_INSTALL_LOCN : " C:\\ Miniconda37"
@@ -64,14 +70,11 @@ install:
64
70
- cmd : conda config --append channels conda-forge
65
71
66
72
- cmd : conda config --set always_yes true
67
- # - conda install conda=4.5
68
- # - cmd: conda update --quiet conda python
73
+
69
74
70
75
- echo %CONDA_PY%
71
76
- conda update --quiet conda
72
- # Need to do this to pick up newer versions of conda
73
- - if "%CONDA_PY%"=="3.5" conda update --quiet conda
74
-
77
+ - if "%CONDA_PY%"=="3.8" conda install python=3.8
75
78
- cmd : conda install --quiet conda%CONDA_VERSION_PIN% jinja2 conda-build anaconda-client cython wheel %INSTALL_ON_WINDOWS% tqdm%TQDM_PIN%
76
79
77
80
# - conda create --quiet -n wheel-build python=%CONDA_PY% wheel cython
You can’t perform that action at this time.
0 commit comments