Skip to content

Commit 0dce16e

Browse files
committed
fix travis script
1 parent f9db3cb commit 0dce16e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,15 @@ before_install:
1717
- pip install pytest-cov -U
1818
- pip install codecov -U
1919
#- pip install xdoctest -U
20-
# - pip install delorean
2120
install:
2221
#- travis_retry python setup.py build develop
2322
- travis_retry pip install -e .
2423
script:
25-
- travis_wait pytest --cov-config .coveragerc --cov-report html --cov=bayes_opt bayes_opt
26-
#-p no:doctest --xdoctest --cov=ubelt ubelt
24+
- travis_wait pytest --cov-config .coveragerc --cov-report html --cov=bayes_opt
25+
#-p no:doctest --xdoctest
2726
after_success:
2827
#- coveralls || echo "Coveralls upload failed"
2928
- codecov
30-
#after_failure:
31-
# - cat failed_doctests.txt
3229
cache:
3330
apt: true
3431
directories:

0 commit comments

Comments
 (0)