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 d5bdb9a commit 9f05e7dCopy full SHA for 9f05e7d
.travis.yml
@@ -0,0 +1,7 @@
1
+language: python
2
+python:
3
+ - "2.7"
4
+install:
5
+ - pip install -e .
6
+script:
7
+ - python setup.py nosetests --with-coverage
README.rst
@@ -4,6 +4,10 @@ ocs-sdk
This package provides tools to query the REST APIs of
`Online.net's cloud services`_.
+.. image:: https://badge.fury.io/py/ocs-sdk.svg
8
+ :target: http://badge.fury.io/py/ocs-sdk
9
+.. image:: https://travis-ci.org/online-labs/ocs-sdk.svg?branch=develop
10
+ :target: https://travis-ci.org/online-labs/ocs-sdk
11
12
Installation
13
------------
0 commit comments