Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
clwarrior committed Dec 17, 2021
1 parent 5a1d209 commit bfc93ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -15,7 +15,7 @@ before_script:
script:
- flake8 --ignore=D,W503,W504,F403,F405 examples/
- flake8 MRCpy/ tests/
- coverage run --source=MRCpy/ -m unittest discover -s tests
- travis_wait coverage run --source=MRCpy/ -m unittest discover -s tests

after_success:
- bash <(curl -s https://codecov.io/bash)
Expand Down

0 comments on commit bfc93ae

Please sign in to comment.