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 532a628 commit 7b9749eCopy full SHA for 7b9749e
.travis.yml
@@ -4,9 +4,9 @@ python:
4
- "3.6"
5
6
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 -r .\libraries\botframework-connector\tests\requirements.txt
+ - pip install -e ./libraries/botbuilder-schema
+ - pip install -e ./libraries/botframework-connector
+ - pip install -e ./libraries/botbuilder-core
+ - pip install -r ./libraries/botframework-connector/tests/requirements.txt
11
12
script: pytest
0 commit comments