Updated travis.yml

This commit is contained in:
Ross Lawley 2012-09-03 13:29:29 +01:00
parent 0dfd6aa518
commit 02ef0df019

View File

@ -19,4 +19,6 @@ install:
- if [[ $PYMONGO != 'dev' ]]; then pip install pymongo==$PYMONGO --use-mirrors; true; fi - if [[ $PYMONGO != 'dev' ]]; then pip install pymongo==$PYMONGO --use-mirrors; true; fi
- python setup.py install - python setup.py install
script: script:
- python setup.py test - python setup.py test
notifications:
irc: "irc.freenode.org#mongoengine"