--user not supported?

This commit is contained in:
Veronica K. B. Olsen
2019-05-16 14:48:27 +02:00
parent 15cf41b23d
commit daec89952f
+1 -1
View File
@@ -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: