summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2012-05-04 02:01:46 +0200
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2012-05-04 02:01:46 +0200
commitf60ae420b8505100b9079a6c695074ef12c5e7c7 (patch)
treee9624d2aea7306936b725710813440bbfb9675be
parentbe0b9bfcb63d3b6dedd1455eb04273d0ce2508db (diff)
downloadfactory-boy-f60ae420b8505100b9079a6c695074ef12c5e7c7.tar
factory-boy-f60ae420b8505100b9079a6c695074ef12c5e7c7.tar.gz
Add link to travis-ci build status image.
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index 832472f..575c3ae 100644
--- a/README
+++ b/README
@@ -1,6 +1,9 @@
factory_boy
===========
+.. image:: https://secure.travis-ci.org/rbarrois/factory_boy.png?branch=master
+ :target: http://travis-ci.org/rbarrois/factory_boy/
+
factory_boy is a fixtures replacement based on thoughtbot's `factory_girl <http://github.com/thoughtbot/factory_girl>`_ . Like factory_girl it has a straightforward definition syntax, support for multiple build strategies (saved instances, unsaved instances, attribute dicts, and stubbed objects), and support for multiple factories for the same class, including factory inheritance. Django support is included, and support for other ORMs can be easily added.
The official repository is at http://github.com/rbarrois/factory_boy; the documentation at http://readthedocs.org/docs/factoryboy/.