Skip to content

Commit 42b2bad

Browse files
authored
Adding Travis config [triage-skip] (#26)
* Adding Travis config * Added CI badge
1 parent d56b321 commit 42b2bad

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: python
2+
python:
3+
- "2.7"
4+
- "3.3"
5+
- "3.5"
6+
# command to install dependencies
7+
install: "pip install -r requirements.txt"
8+
# command to run tests
9+
script: pytest

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Build Status](https://travis-ci.org/firebase/firebase-admin-python.svg?branch=master)](https://travis-ci.org/firebase/firebase-admin-python)
2+
13
# Firebase Admin Python SDK
24

35
## Table of Contents

0 commit comments

Comments
 (0)