Skip to content

Commit

Permalink
Merge pull request #208 from losintikfos/master
Browse files Browse the repository at this point in the history
Minor changes
  • Loading branch information
losintikfos committed Feb 24, 2016
2 parents 2a70f91 + 4672ad2 commit 13cf24e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ python:
- '3.5'
- pypy
- pypy3

env:
- MONGOENGINE=0.7
- MONGOENGINE=0.8
- MONGOENGINE=0.9
- MONGOENGINE=0.10.0
- MONGOENGINE=dev

before_install:
- travis_retry sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10
- echo 'deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen' |
Expand All @@ -24,13 +26,17 @@ before_install:
- travis_retry sudo apt-get install mongodb-org-server

install:
- travis_retry pip install --upgrade pip
- travis_retry pip install --upgrade nose
- travis_retry pip install --upgrade setuptools
- travis_retry pip install tox>=1.9
- travis_retry tox -e $(echo py$TRAVIS_PYTHON_VERSION-me$MONGOENGINE | tr -d . | sed -e 's/pypypy/pypy/') -- -e test

script:
- tox -e $(echo py$TRAVIS_PYTHON_VERSION-me$MONGOENGINE | tr -d . | sed -e 's/pypypy/pypy/') -- --with-coverage

notifications:
irc: "irc.freenode.org#mongoengine"
irc: "irc.freenode.org#flask-mongoengine"
branches:
only:
- master
Expand Down
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ Contributing
============
We welcome contributions! see the `Contribution guidelines <https://github.com/MongoEngine/flask-mongoengine/blob/master/CONTRIBUTING.rst>`_

Community
=========
- `#flask-mongoengine IRC channel <http://webchat.freenode.net/?channels=flask-mongoengine>`_

License
=======
Flask-MongoEngine is distributed under MIT license, see LICENSE for more details.

0 comments on commit 13cf24e

Please sign in to comment.