Skip to content

Commit

Permalink
add few changes to travisCI for not to error to request. Here more: c…
Browse files Browse the repository at this point in the history
  • Loading branch information
Niccolum committed Sep 1, 2019
1 parent 0aeb799 commit b4642cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -13,7 +13,7 @@ script:
- coverage run -a -m unittest unpacking_flatten_lists.tests.main
- coverage xml
after_success:
- codecov
- codecov --required || (sleep 5 && codecov --required) || (sleep 5 && codecov --required) || (sleep 5 && codecov --required) || (sleep 5 && codecov --required)
- python-codacy-coverage -r coverage.xml
deploy:
provider: pypi
Expand Down

0 comments on commit b4642cd

Please sign in to comment.