Skip to content

Commit fa694d6

Browse files
committed
travis: Update codecov update settings
1 parent fa62e0f commit fa694d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ cache: pip
1818
install:
1919
- "sudo apt-get update -q"
2020
- "sudo apt-get install -y python3-lxml libenchant-dev"
21-
- "pip install -r ./travis/requirements.txt"
21+
- "pip install -Ur ./travis/requirements.txt"
2222

2323
script:
2424
- "pytest"
2525

2626
after_success:
27-
- codecov
27+
- codecov --required -e PYTHONASYNCIODEBUG
2828

2929
env:
3030
- PYTHONPATH=.

0 commit comments

Comments
 (0)