Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add travis badge in README #7

Merged
merged 1 commit into from Sep 16, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 9 additions & 0 deletions .travis.yml
@@ -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
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