Skip to content

Commit aaf71e7

Browse files
committed
Added 3.8 to travis.yml and appveyor, to check if py3.8 is supported
1 parent 10f3657 commit aaf71e7

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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

appveyor.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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).
4961
platform:

0 commit comments

Comments
 (0)