Skip to content

Commit adc22c1

Browse files
author
Steve Peak
authored
Merge pull request codecov#108 from RosesTheN00b/master
Removed --user to fix travis build
2 parents 809d496 + b9d3414 commit adc22c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
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)