diff --git a/.circleci/config.yml b/.circleci/config.yml index 261bdcc011..713078c870 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -34,8 +34,8 @@ jobs: paths: - dist - test-python: # Python tests are separated from YAML tests, because the latter take longer. This would allow Python tests to use any other available container and - docker: # and yield it to another job, once finished, instead of counting only on the two containers assigned to the YAML tests. + test-python: # Python tests are separated from YAML tests, because the latter take longer. This would allow Python tests to use any other available container and yield it, once finished, to another job instead of counting only on the two containers assigned to the YAML tests. + docker: - image: python:3.7 steps: