diff --git a/.circleci/config.yml b/.circleci/config.yml index 61e198bc..1e0f4f86 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -211,6 +211,7 @@ workflows: version: 2 test: jobs: + - test_full/cp310-310-linux - test_full/cp39-39-linux - test_full/cp38-38-linux - test_full/cp37-37m-linux @@ -219,6 +220,7 @@ workflows: - test_full/cp34-34m-linux - test_full/cp27-27mu-linux + - test_minimal/cp310-310-linux - test_minimal/cp39-39-linux - test_minimal/cp38-38-linux - test_minimal/cp37-37m-linux @@ -260,7 +262,7 @@ jobs: - image: circleci/python steps: - checkout - working_directory: ~/{{ .Environment.CIRCLE_JOB }} + #working_directory: ~/{{ .Environment.CIRCLE_JOB }} .test_minimal_template: &test_minimal_template <<: @@ -422,6 +424,11 @@ jobs: # # All we need to do is change the base docker image so python is the # version we want we can reuse everything else from the template + # + test_full/cp310-310-linux: + <<: *test_full_template + docker: + - image: circleci/python:3.10-rc test_full/cp39-39-linux: <<: *test_full_template @@ -459,9 +466,13 @@ jobs: - image: circleci/python:2.7 # ------------ + test_minimal/cp310-310-linux: + <<: *test_minimal_template + docker: + - image: circleci/python:3.10-rc test_minimal/cp39-39-linux: - <<: *test_full_template + <<: *test_minimal_template docker: - image: circleci/python:3.9