From b9d34147c26701f1266e448aff535cf429ae4e5a Mon Sep 17 00:00:00 2001 From: RosesTheN00b Date: Sun, 3 Sep 2017 23:26:36 +0200 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4471738..44564bb4 100644 --- a/README.md +++ b/README.md @@ -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: