10000 fixup! Use coverage<4 on 3.0–3.2, as 4 drops support. · Kami/codecov-python@18f5e59 · GitHub
[go: up one dir, main page]

Skip to content

Commit 18f5e59

Browse files
committed
fixup! Use coverage<4 on 3.0–3.2, as 4 drops support.
1 parent a1f790e commit 18f5e59

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ install:
5454

5555
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
5656

57+
- "%CMD_IN_ENV% pip install -U pip setuptools"
5758
- "%CMD_IN_ENV% pip install -r tests\\requirements.txt"
5859
- "%CMD_IN_ENV% python setup.py install"
5960

circle.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ machine:
44

55
dependencies:
66
override:
7+
- pip install -U pip setuptools
78
- pip install -r tests/requirements.txt
89

910
test:

0 commit comments

Comments
 (0)
0