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 f9db3cb commit 0dce16eCopy full SHA for 0dce16e
.travis.yml
@@ -17,18 +17,15 @@ before_install:
17
- pip install pytest-cov -U
18
- pip install codecov -U
19
#- pip install xdoctest -U
20
-# - pip install delorean
21
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
26
- #-p no:doctest --xdoctest --cov=ubelt ubelt
+ - travis_wait pytest --cov-config .coveragerc --cov-report html --cov=bayes_opt
+ #-p no:doctest --xdoctest
27
after_success:
28
#- coveralls || echo "Coveralls upload failed"
29
- codecov
30
-#after_failure:
31
-# - cat failed_doctests.txt
32
cache:
33
apt: true
34
directories:
0 commit comments