From 43468b474ec1931d05d593ba1b0caeb580e78d3c Mon Sep 17 00:00:00 2001 From: Ross Lawley Date: Thu, 17 May 2012 16:49:13 +0100 Subject: [PATCH] Adding travis support --- .travis.yml | 9 +++++++++ README.rst | 2 ++ 2 files changed, 11 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..d21bbc27 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +# http://travis-ci.org/#!/MongoEngine/mongoengine +language: python +python: + - 2.6 + - 2.7 +install: + - python setup.py install +script: + - python setup.py test \ No newline at end of file diff --git a/README.rst b/README.rst index 168b534c..24e0899c 100644 --- a/README.rst +++ b/README.rst @@ -96,3 +96,5 @@ Contributing The source is available on `GitHub `_ - to contribute to the project, fork it on GitHub and send a pull request, all contributions and suggestions are welcome! + +.. image:: https://secure.travis-ci.org/MongoEngine/mongoengine.png