Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Commit

Permalink
Removed --user to fix travis build
Browse files Browse the repository at this point in the history
Travis output:
$ pip install --user codecov
Can not perform a '--user' install. User site-packages are not visible in this virtualenv.
  • Loading branch information
RosesTheN00b authored Sep 3, 2017
1 parent 809d496 commit b9d3414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ after_success:
```yaml
# private repository on Travis CI
install:
- pip install --user codecov
- pip install codecov
# or
- conda install -c conda-forge codecov
after_success:
Expand Down

0 comments on commit b9d3414

Please sign in to comment.