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

Commit

Permalink
Merge pull request #108 from RosesTheN00b/master
Browse files Browse the repository at this point in the history
Removed --user to fix travis build
  • Loading branch information
Steve Peak authored Sep 4, 2017
2 parents 809d496 + b9d3414 commit adc22c1
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 adc22c1

Please sign in to comment.