Adding travis support
This commit is contained in:
parent
28a957c684
commit
43468b474e
2 changed files with 11 additions and 0 deletions
9
.travis.yml
Normal file
9
.travis.yml
Normal 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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue