Skip to content

Commit f9db3cb

Browse files
committed
forgot =
1 parent cdcfc92 commit f9db3cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ install:
2222
#- travis_retry python setup.py build develop
2323
- travis_retry pip install -e .
2424
script:
25-
- travis_wait pytest --cov-config .coveragerc --cov-report html --cov bayes_opt bayes_opt
25+
- travis_wait pytest --cov-config .coveragerc --cov-report html --cov=bayes_opt bayes_opt
2626
#-p no:doctest --xdoctest --cov=ubelt ubelt
2727
after_success:
2828
#- coveralls || echo "Coveralls upload failed"

0 commit comments

Comments
 (0)