Skip to content

Commit 9f05e7d

Browse files
moulJulien Castets
authored andcommitted
Setup travis
1 parent d5bdb9a commit 9f05e7d

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ ocs-sdk
44
This package provides tools to query the REST APIs of
55
`Online.net's cloud services`_.
66

7+
.. 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
711

812
Installation
913
------------

0 commit comments

Comments
 (0)