Skip to content

Commit

Permalink
travis-ci, coveralls and PyPi integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Tiare LE BIGOT committed Sep 9, 2014
1 parent cf0846b commit f104d39
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
@@ -0,0 +1,10 @@
language: python
python:
- "2.7"
install:
- pip install .
- pip install -r requirements-dev.txt
script: nosetests
after_success:
coveralls

10 changes: 10 additions & 0 deletions README.rst
@@ -1,6 +1,16 @@
Python-OVH: lightweight wrapper around OVH's APIs
=================================================

.. image:: http://img.shields.io/pypi/v/ovh.svg
:alt: PyPi Version
:target: https://pypi.python.org/pypi/ovh
.. image:: https://travis-ci.org/ovh/python-ovh.svg?branch=master
:alt: Build Status
:target: https://travis-ci.org/ovh/python-ovh
.. image:: https://coveralls.io/repos/ovh/python-ovh/badge.png
:alt: Coverage Status
:target: https://coveralls.io/r/ovh/python-ovh

Thin wrapper around OVH's APIs. Handles all the hard work including credential
creation and requests signing.

Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Expand Up @@ -3,3 +3,4 @@ mock==1.0.1
nose==1.3.3
yanc==0.2.4
Sphinx==1.2.2
coveralls==0.4.2
1 change: 1 addition & 0 deletions setup.cfg
Expand Up @@ -40,3 +40,4 @@ with-yanc = 1
with-coverage = 1
cover-package = ovh
cover-erase = 1

0 comments on commit f104d39

Please sign in to comment.