Fix typo in travis config

This commit is contained in:
Axel Haustant 2015-04-17 16:08:31 +02:00
parent 91ee85152c
commit 15fcb57e2f

View File

@ -45,7 +45,7 @@ install:
python-tk python-tk
- travis_retry pip install tox>=1.9 - travis_retry pip install tox>=1.9
script: script:
- tox -e $(echo py$TRAVIS_PYTHON_VERSION-mg$PYMONGO-dj$DJANGO | tr -d . | sed -e 's/pypypy/pypy/') -- with-coverage - tox -e $(echo py$TRAVIS_PYTHON_VERSION-mg$PYMONGO-dj$DJANGO | tr -d . | sed -e 's/pypypy/pypy/') -- --with-coverage
after_script: coveralls --verbose after_script: coveralls --verbose
notifications: notifications:
irc: irc.freenode.org#mongoengine irc: irc.freenode.org#mongoengine