diff options
author | Raphaël Barrois <raphael.barrois@polyconseil.fr> | 2012-03-23 18:29:16 +0100 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polyconseil.fr> | 2012-03-23 18:29:16 +0100 |
commit | 0708fc0bbf29e4426075fcedd45a2d41c6271282 (patch) | |
tree | 5c26522d207fb3a32e991da9285df3bfdffb2d22 /.travis.yml | |
parent | db643d44c51659d9460aa73eb21e7888b22896de (diff) | |
download | factory-boy-0708fc0bbf29e4426075fcedd45a2d41c6271282.tar factory-boy-0708fc0bbf29e4426075fcedd45a2d41c6271282.tar.gz |
Add travis-ci configuration.
Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..5a9e290 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +script: "python setup.py test" +notifications: + email: false + irc: "irc.freenode.org#factory_boy" |