We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdcfc92 commit f9db3cbCopy full SHA for f9db3cb
.travis.yml
@@ -22,7 +22,7 @@ install:
22
#- travis_retry python setup.py build develop
23
- travis_retry pip install -e .
24
script:
25
- - travis_wait pytest --cov-config .coveragerc --cov-report html --cov bayes_opt bayes_opt
+ - travis_wait pytest --cov-config .coveragerc --cov-report html --cov=bayes_opt bayes_opt
26
#-p no:doctest --xdoctest --cov=ubelt ubelt
27
after_success:
28
#- coveralls || echo "Coveralls upload failed"
0 commit comments