Fix typo in travis config
This commit is contained in:
parent
91ee85152c
commit
15fcb57e2f
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user