Correct syntax in coverage command

This commit is contained in:
Carol Willing
2017-01-20 11:35:39 -08:00
parent 5b43266278
commit a43069fc35

View File

@@ -13,7 +13,7 @@ before_install:
install:
- pip install --pre -f travis-wheels/wheelhouse -r dev-requirements.txt .
script:
- travis_retry py.test --cov jupyterhub jupyterhub/tests -v
- travis_retry py.test --cov=jupyterhub jupyterhub/tests -v
after_success:
- codecov
matrix: