9 lines
168 B
YAML
9 lines
168 B
YAML
# http://travis-ci.org/#!/MongoEngine/mongoengine
|
|
language: python
|
|
python:
|
|
- 2.6
|
|
- 2.7
|
|
install:
|
|
- python setup.py install
|
|
script:
|
|
- python setup.py test |