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