Fix typo in travis config
This commit is contained in:
parent
91ee85152c
commit
15fcb57e2f
@ -45,7 +45,7 @@ install:
|
||||
python-tk
|
||||
- travis_retry pip install tox>=1.9
|
||||
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
|
||||
notifications:
|
||||
irc: irc.freenode.org#mongoengine
|
||||
|
Loading…
x
Reference in New Issue
Block a user