Browse Source

HUE-8737 [ci] Adding additional check for Python 3.6

Python 3.6 has been pretty stable for several weeks.
Romain 5 years ago
parent
commit
3519790327
1 changed files with 7 additions and 0 deletions
  1. 7 0
      .circleci/config.yml

+ 7 - 0
.circleci/config.yml

@@ -212,9 +212,16 @@ workflows:
               ignore:
                 - master
                 - py3-ci
+      - build-py3.6:
+          filters:
+            branches:
+              ignore:
+                - master
+                - py3-ci
       - commit:
           requires:
             - build
+            - build-py3.6
           filters:
             branches:
               only: