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

Skip to content

Commit 532a628

Browse files
committed
added .travis.yml file
1 parent debeefa commit 532a628

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
language: python
2+
3+
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
11+
12+
script: pytest

0 commit comments

Comments
 (0)
0