diff options
author | William Deegan <bill@baddogconsulting.com> | 2019-12-29 20:54:36 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2019-12-29 20:54:36 (GMT) |
commit | 381b61c7cca76603d1bfea85881a2aaee97e0652 (patch) | |
tree | ffc3a599db2723ff05561947423505cc908acffa /.travis.yml | |
parent | 45699b6c069b2cb15eff3c3dec0cb325680ab3c9 (diff) | |
download | SCons-381b61c7cca76603d1bfea85881a2aaee97e0652.zip SCons-381b61c7cca76603d1bfea85881a2aaee97e0652.tar.gz SCons-381b61c7cca76603d1bfea85881a2aaee97e0652.tar.bz2 |
debugging coverage failures
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 3758925..4431eb1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -113,9 +113,9 @@ jobs: # - sudo apt-get -y install python$PYTHON # - wget https://bootstrap.pypa.io/get-pip.py # - sudo -H python$PYTHON get-pip.py - - which python$PYTHON - - python$PYTHON --version - - python$PYTHON -m pip install --user -U coverage codecov + - which python + - python --version + - python -m pip install --user -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 |