From b7e8c9df0284837a0c67671efbf71d84e44dbcc5 Mon Sep 17 00:00:00 2001 From: "edgar.chan" Date: Thu, 11 Jun 2020 14:51:51 +0800 Subject: [PATCH 1/3] add 3.7.7 & 3.8.2 to test versions --- Makefile | 4 +++- circle.yml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 908bd4a..b04f419 100644 --- a/Makefile +++ b/Makefile @@ -63,12 +63,14 @@ endif # # If you don't have these installed yet it's going to take a long time, but # you'll only need to do it once. + pyenv install -s 3.8.2 + pyenv install -s 3.7.7 pyenv install -s 3.6.2 pyenv install -s 3.5.2 pyenv install -s 3.4.4 # Set up the environments for Tox - pyenv local 3.6.2 3.5.2 3.4.4 + pyenv local 3.8.2, 3.7.7, 3.6.2 3.5.2 3.4.4 # Deactivates pyenv and removes it from auto-using the virtualenv diff --git a/circle.yml b/circle.yml index 9528447..8f16265 100644 --- a/circle.yml +++ b/circle.yml @@ -1,6 +1,6 @@ version: 2 aliases: - - &docker_image circleci/python:3.6.2-stretch + - &docker_image circleci/python:3.8.2-stretch - &dependencies name: Make virtualenv and install dependencies command: | From 245589792cb115897ffe0ff221833b7cda0b5e2e Mon Sep 17 00:00:00 2001 From: "edgar.chan" Date: Thu, 11 Jun 2020 14:53:17 +0800 Subject: [PATCH 2/3] fix wrong circleci image tag --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 8f16265..7a3bd54 100644 --- a/circle.yml +++ b/circle.yml @@ -1,6 +1,6 @@ version: 2 aliases: - - &docker_image circleci/python:3.8.2-stretch + - &docker_image circleci/python:3.8-stretch - &dependencies name: Make virtualenv and install dependencies command: | From 7a3a73fac3115be859c8de1af58dacd78951fcc6 Mon Sep 17 00:00:00 2001 From: "edgar.chan" Date: Thu, 11 Jun 2020 14:55:48 +0800 Subject: [PATCH 3/3] fix wrong circleci image tag --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 7a3bd54..4afcb54 100644 --- a/circle.yml +++ b/circle.yml @@ -1,6 +1,6 @@ version: 2 aliases: - - &docker_image circleci/python:3.8-stretch + - &docker_image circleci/python:3.8 - &dependencies name: Make virtualenv and install dependencies command: |