Skip to content

Commit d5e0bee

Browse files
author
messagemedia
committed
Regenerated SDK
1 parent 868dd9f commit d5e0bee

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+2582
-2895
lines changed

.gitattributes

-2
This file was deleted.

.gitignore

-99
This file was deleted.

.travis.yml

100755100644
+7-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
language: python
2-
python:
3-
- "2.7"
4-
- "3.5"
5-
# command to install dependencies
6-
install: "pip install -r requirements.txt"
7-
# command to run tests
1+
language: python
2+
python:
3+
- "2.7"
4+
- "3.5"
5+
# command to install dependencies
6+
install: "pip install -r requirements.txt"
7+
# command to run tests
88
script: nosetests

0 commit comments

Comments
 (0)