8000 add botbuilder-dialogs to travis.yml · rsliang/botbuilder-python@f3a4ad3 · GitHub
[go: up one dir, main page]

Skip to content

Commit f3a4ad3

Browse files
committed
add botbuilder-dialogs to travis.yml
1 parent df226ce commit f3a4ad3

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
802D
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ install:
77
- pip install -e ./libraries/botbuilder-schema
88
- pip install -e ./libraries/botframework-connector
99
- pip install -e ./libraries/botbuilder-core
10+
- pip install -e ./libraries/botbuilder-dialogs
1011
- pip install -r ./libraries/botframework-connector/tests/requirements.txt
1112

1213
script: pytest
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# coding=utf-8
2+
# --------------------------------------------------------------------------
3+
# Copyright (c) Microsoft Corporation. All rights reserved.
4+
# Licensed under the MIT License. See License.txt in the project root for
5+
# license information.
6+
# --------------------------------------------------------------------------

0 commit comments

Comments
 (0)
0