Skip to content

Commit

Permalink
Merge pull request #38 from StackStorm-Exchange/require-python-2-and-…
Browse files Browse the repository at this point in the history
…3-to-deploy

Block deployment until both Python 2 and 3 tests pass
  • Loading branch information
blag authored Mar 13, 2020
2 parents 8e076aa + 117f6b7 commit 25bf9e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ workflows:
- deploy:
requires:
- build_and_test_python27
- build_and_test_python36
filters:
branches:
only: master
Expand Down

0 comments on commit 25bf9e3

Please sign in to comment.