Skip to content

Commit 25bf9e3

Browse files
authored
Merge pull request #38 from StackStorm-Exchange/require-python-2-and-3-to-deploy
Block deployment until both Python 2 and 3 tests pass
2 parents 8e076aa + 117f6b7 commit 25bf9e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ workflows:
120120
- deploy:
121121
requires:
122122
- build_and_test_python27
123+
- build_and_test_python36
123124
filters:
124125
branches:
125126
only: master

0 commit comments

Comments
 (0)