Skip to content

Commit

Permalink
fix(ci): Go version to 1.13 and update patch python versions (aws#1837)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfuss authored Mar 2, 2020
1 parent 3592272 commit 7cab71b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ environment:
matrix:

- PYTHON_HOME: "C:\\Python36-x64"
PYTHON_VERSION: '3.6.9'
PYTHON_VERSION: '3.6.10'
PYTHON_ARCH: '64'
NOSE_PARAMETERIZED_NO_WARN: 1
INSTALL_PY_37_PIP: 1
INSTALL_PY_38_PIP: 1
AWS_S3: 'AWS_S3_36'

- PYTHON_HOME: "C:\\Python37-x64"
PYTHON_VERSION: '3.7.4'
PYTHON_VERSION: '3.7.5'
PYTHON_ARCH: '64'
RUN_SMOKE: 1
NOSE_PARAMETERIZED_NO_WARN: 1
Expand All @@ -27,7 +27,7 @@ environment:
AWS_S3: 'AWS_S3_37'

- PYTHON_HOME: "C:\\Python38-x64"
PYTHON_VERSION: '3.8.0'
PYTHON_VERSION: '3.8.2'
PYTHON_ARCH: '64'
RUN_SMOKE: 1
NOSE_PARAMETERIZED_NO_WARN: 1
Expand Down Expand Up @@ -80,6 +80,9 @@ for:
- image: Ubuntu

install:
- sh: "gvm use go1.13"
- sh: "echo $PATH"
- sh: "ls /usr/"
- sh: "JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64"
- sh: "PATH=$JAVA_HOME/bin:$PATH"
- sh: "source ${HOME}/venv${PYTHON_VERSION}/bin/activate"
Expand Down

0 comments on commit 7cab71b

Please sign in to comment.