8000 added .travis.yml file unix slashes · CodingSta/botbuilder-python@7b9749e · GitHub
[go: up one dir, main page]

Skip to content

Commit 7b9749e

Browse files
committed
added .travis.yml file unix slashes
1 parent 532a628 commit 7b9749e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ python:
44
- "3.6"
55

66
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
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
1111

1212
script: pytest

0 commit comments

Comments
 (0)
0