Updated .travis.yml and setup.cfg

master
pbrod 9 years ago
parent 612bf790ec
commit 794ba9c09d

@ -48,7 +48,7 @@ before_script:
- git config --global user.name "pbrod" - git config --global user.name "pbrod"
script: script:
- coverage run --source=wafo setup.py test - coverage run --source=wafo setup.py test
- py.test wafo --cov --pep8 --doctest-modules # - py.test wafo --cov --pep8 --doctest-modules
after_success: after_success:
- coveralls - coveralls
- codecov - codecov

@ -63,9 +63,10 @@ doctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS
# e.g. --cov-report html (or xml) for html/xml output or --junitxml junit.xml # e.g. --cov-report html (or xml) for html/xml output or --junitxml junit.xml
# in order to write a coverage file that can be read by Jenkins. # in order to write a coverage file that can be read by Jenkins.
addopts = addopts =
--cov wafo --cov-report term-missing # --cov wafo --cov-report term-missing
--verbose # --verbose
--doctest-modules --doctest-modules
--pep8
norecursedirs = norecursedirs =
.* .*

Loading…
Cancel
Save