File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed
Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,13 @@ matrix:
5656 - env : PYTHON="3.7" CONDA_PY=37 ARCH="x86_64"
5757 os : osx
5858 osx_image : xcode9.4
59+ - env : PYTHON="3.8" CONDA_PY=38 ARCH="x86_64"
60+ os : linux
61+ dist : bionic
62+ - env : PYTHON="3.8" CONDA_PY=38 ARCH="x86_64"
63+ os : osx
64+ osx_image : xcode9.4
65+
5966# Use miniconda to install binary versions of numpy etc. from continuum
6067# analytic's repository. Follows an approach described by Dan Blanchard:
6168# https://gist.github.com/dan-blanchard/7045057
Original file line number Diff line number Diff line change @@ -44,6 +44,18 @@ environment:
4444 CONDA_PY : " 37"
4545 CONDA_NPY : " 18"
4646 CONDA_INSTALL_LOCN : " C:\\ Miniconda37-x64"
47+ - PYTHON : " C:\\ Python38_32"
48+ PYTHON_VERSION : " 3.8"
49+ PYTHON_ARCH : " 32"
50+ CONDA_PY : " 38"
51+ CONDA_NPY : " 18"
52+ CONDA_INSTALL_LOCN : " C:\\ Miniconda38"
53+ - PYTHON : " C:\\ Python38_64"
54+ PYTHON_VERSION : " 3.8"
55+ PYTHON_ARCH : " 64"
56+ CONDA_PY : " 38"
57+ CONDA_NPY : " 18"
58+ CONDA_INSTALL_LOCN : " C:\\ Miniconda38-x64"
4759# We always use a 64-bit machine, but can build x86 distributions
4860# with the TARGET_ARCH variable (which is used by CMD_IN_ENV).
4961platform :
You can’t perform that action at this time.
0 commit comments