8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df226ce commit f3a4ad3Copy full SHA for f3a4ad3
.travis.yml
@@ -7,6 +7,7 @@ install:
7
- pip install -e ./libraries/botbuilder-schema
8
- pip install -e ./libraries/botframework-connector
9
- pip install -e ./libraries/botbuilder-core
10
+ - pip install -e ./libraries/botbuilder-dialogs
11
- pip install -r ./libraries/botframework-connector/tests/requirements.txt
12
13
script: pytest
libraries/botbuilder-dialogs/botbuilder/dialogs/prompts/__init__.py
@@ -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