Skip to content
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.

Commit

Permalink
travis: Update codecov update settings
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdaemon committed Jun 29, 2019
1 parent fa62e0f commit fa694d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ cache: pip
install:
- "sudo apt-get update -q"
- "sudo apt-get install -y python3-lxml libenchant-dev"
- "pip install -r ./travis/requirements.txt"
- "pip install -Ur ./travis/requirements.txt"

script:
- "pytest"

after_success:
- codecov
- codecov --required -e PYTHONASYNCIODEBUG

env:
- PYTHONPATH=.
Expand Down

0 comments on commit fa694d6

Please sign in to comment.