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 d56b321 commit 42b2badCopy full SHA for 42b2bad
.travis.yml
@@ -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
@@ -1,3 +1,5 @@
+[](https://travis-ci.org/firebase/firebase-admin-python)
+
# Firebase Admin Python SDK
## Table of Contents
0 commit comments