Fixed py.test

master
pbrod 9 years ago
parent 4c987178ab
commit 612bf790ec

@ -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

Loading…
Cancel
Save