8000 Removed --user to fix travis build · Kami/codecov-python@b9d3414 · GitHub
[go: up one dir, main page]

Skip to content

Commit b9d3414

Browse files
author
RosesTheN00b
authored
Removed --user to fix travis build
Travis output: $ pip install --user codecov Can not perform a '--user' install. User site-packages are not visible in this virtualenv.
1 parent 809d496 commit b9d3414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ after_success:
6565
```yaml
6666
# private repository on Travis CI
6767
install:
68-
- pip install --user codecov
68+
- pip install codecov
6969
# or
7070
- conda install -c conda-forge codecov
7171
after_success:

0 commit comments

Comments
 (0)
0