summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2019-12-31 02:37:25 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2019-12-31 02:37:25 (GMT)
commitde833c7158f70db546298728cc7a8298e820d1ca (patch)
tree8fd942db74623ee102d3c283a06b29a2ce243188 /.travis.yml
parentc50b86d06fb17daa365286e439d3808f82f98bef (diff)
downloadSCons-de833c7158f70db546298728cc7a8298e820d1ca.zip
SCons-de833c7158f70db546298728cc7a8298e820d1ca.tar.gz
SCons-de833c7158f70db546298728cc7a8298e820d1ca.tar.bz2
remove --user from pip install coverage
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ddc2829..4ad842d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -101,7 +101,7 @@ jobs:
# - sudo -H python$PYTHON get-pip.py
- which python
- python --version
- - python -m pip install --user -U coverage codecov
+ - python -m pip install -U coverage codecov
# set this ensure user sites are available
- export PYTHONNOUSERSITE=
# attempt to get a location where we can store the usercustomize.py file