From daec89952f14ae42d912845d66192957e68d45f2 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" Date: Thu, 16 May 2019 14:48:27 +0200 Subject: [PATCH] --user not supported? --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 88e74ffa..e29293a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ python: # - "3.8-dev" install: - pip install -r requirements.txt - - pip install --user codecov + - pip install codecov script: - python -m pytest -v after_success: