diff options
author | William Deegan <bill@baddogconsulting.com> | 2019-12-31 02:37:25 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2019-12-31 02:37:25 (GMT) |
commit | de833c7158f70db546298728cc7a8298e820d1ca (patch) | |
tree | 8fd942db74623ee102d3c283a06b29a2ce243188 /.travis.yml | |
parent | c50b86d06fb17daa365286e439d3808f82f98bef (diff) | |
download | SCons-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.yml | 2 |
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 |