Skip to content

Commit e67c930

Browse files
authored
Merge pull request #8 from StackStorm-Exchange/require-python-2-and-3-to-deploy
Block deployment until both Python 2 and 3 tests pass
2 parents 8bd2e61 + 76ae654 commit e67c930

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
@@ -123,6 +123,7 @@ workflows:
123123
- deploy:
124124
requires:
125125
- build_and_test_python27
126+
- build_and_test_python36
126127
filters:
127128
branches:
128129
only: master

0 commit comments

Comments
 (0)