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"
script:
- coverage run --source=wafo setup.py test
- py.test wafo --cov --pep8 --doctest-modules
# - py.test wafo --cov --pep8 --doctest-modules
after_success:
- coveralls
- 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
# in order to write a coverage file that can be read by Jenkins.
addopts =
--cov wafo --cov-report term-missing
--verbose
# --cov wafo --cov-report term-missing
# --verbose
--doctest-modules
--pep8
norecursedirs =
.*

Loading…
Cancel
Save