Skip to content

Commit

Permalink
Run CircleCI on 5.x stable branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Onur Rauf Bingol committed Jul 8, 2020
1 parent f54c4c2 commit 2c4ead9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ workflows:
branches:
only:
- master
- 5.x
- circleci-testing
- pypi_deploy:
requires:
Expand All @@ -145,6 +146,7 @@ workflows:
branches:
only:
- master
- 5.x
- circleci-testing
- anaconda_deploy:
requires:
Expand All @@ -153,6 +155,7 @@ workflows:
branches:
only:
- master
- 5.x
- circleci-testing
- docker_build_py35:
requires:
Expand All @@ -162,6 +165,7 @@ workflows:
branches:
only:
- master
- 5.x
- circleci-testing
- docker_build_py36:
requires:
Expand All @@ -171,6 +175,7 @@ workflows:
branches:
only:
- master
- 5.x
- circleci-testing
- docker_build_py37:
requires:
Expand All @@ -180,6 +185,7 @@ workflows:
branches:
only:
- master
- 5.x
- circleci-testing
- docker_build_py35_alpine:
requires:
Expand All @@ -189,6 +195,7 @@ workflows:
branches:
only:
- master
- 5.x
- circleci-testing
- docker_build_py36_alpine:
requires:
Expand All @@ -198,6 +205,7 @@ workflows:
branches:
only:
- master
- 5.x
- circleci-testing
- docker_build_py37_alpine:
requires:
Expand All @@ -207,6 +215,7 @@ workflows:
branches:
only:
- master
- 5.x
- circleci-testing
- docker_build_pypy3:
requires:
Expand All @@ -216,4 +225,5 @@ workflows:
branches:
only:
- master
- 5.x
- circleci-testing

0 comments on commit 2c4ead9

Please sign in to comment.