Adding travis support

This commit is contained in:
Ross Lawley 2012-05-17 16:49:13 +01:00
parent 28a957c684
commit 43468b474e
2 changed files with 11 additions and 0 deletions

9
.travis.yml Normal file
View File

@ -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

View File

@ -96,3 +96,5 @@ Contributing
The source is available on `GitHub <http://github.com/MongoEngine/mongoengine>`_ - 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