Skip to content

Commit

Permalink
Merge pull request #7 from xKerman/add-travis-badge
Browse files Browse the repository at this point in the history
Add travis badge in README
  • Loading branch information
moskytw committed Sep 16, 2013
2 parents a0731ee + ce8d827 commit e8c6285
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# -*- coding: utf-8 -*-
language: python

python:
- "2.7"

install: pip install sphinx --use-mirrors

script: make -C docs/ doctest
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,9 @@ Or clone the source code from `Github <https://github.com/moskytw/mosql>`_:
::

$ git clone git://github.com/moskytw/mosql.git

Build status
------------

.. image:: https://travis-ci.org/moskytw/mosql.png
:target: https://travis-ci.org/moskytw/mosql

0 comments on commit e8c6285

Please sign in to comment.