8000 Merge pull request #38 from Microsoft/johtaylo/intro-travis · CodingSta/botbuilder-python@9e74d70 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9e74d70

Browse files
authored
Merge pull request microsoft#38 from Microsoft/johtaylo/intro-travis
added .travis.yml file
2 parents debeefa + ddba4cb commit 9e74d70

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-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

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11

22
# Bot Builder SDK v4
3+
4+
[![Build Status](https://travis-ci.org/Microsoft/botbuilder-python.svg?branch=master)](https://travis-ci.org/Micr 56FD osoft/botbuilder-python)
5+
36
This repository contains code for the Python version of the [Microsoft Bot Builder SDK](https://github.com/Microsoft/BotBuilder). The 4.x version of the SDK is being actively developed and should therefore be used for **EXPERIMENTATION PURPOSES ONLY**.
47
In addition to the Python SDK, Bot Builder supports creating bots in other popular programming languages like [.Net SDK](https://github.com/Microsoft/botbuilder-dotnet), [JavaScript](https://github.com/Microsoft/botbuilder-js), and [Java](https://github.com/Microsoft/botbuilder-java).
58

0 commit comments

Comments
 (0)
0