Skip to content

Commit

Permalink
adding travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
keis committed Apr 22, 2015
1 parent 671c37d commit 622d164
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .travis.yml
@@ -0,0 +1,13 @@
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "pypy"
install:
- pip install -r requirements.txt -r test-requirements.txt
script:
nosetests --with-coverage --cover-package=omx
after_success:
coveralls
sudo: false
11 changes: 10 additions & 1 deletion README.rst
@@ -1,6 +1,15 @@
Omx Maps Xml
Omx Maps XML
============

.. image:: https://img.shields.io/pypi/v/omx.svg?style=flat
:target: https://pypi.python.org/pypi?name=omx&:action=display

.. image:: https://img.shields.io/travis/keis/omx.svg?style=flat
:target: http://travis-ci.org/keis/omx

.. image:: https://img.shields.io/coveralls/keis/omx.svg?style=flat
:target: https://coveralls.io/r/keis/omx?branch=master

A declarative approach to making sense of XML-documents. Omx aims to avoid
making your eyes bleed and trigger unnecessary death [0]_ of those around you.

Expand Down
1 change: 1 addition & 0 deletions test-requirements.txt
@@ -1,3 +1,4 @@
nose
mock
PyHamcrest
coveralls

0 comments on commit 622d164

Please sign in to comment.