summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2019-12-29 20:54:36 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2019-12-29 20:54:36 (GMT)
commit381b61c7cca76603d1bfea85881a2aaee97e0652 (patch)
treeffc3a599db2723ff05561947423505cc908acffa
parent45699b6c069b2cb15eff3c3dec0cb325680ab3c9 (diff)
downloadSCons-381b61c7cca76603d1bfea85881a2aaee97e0652.zip
SCons-381b61c7cca76603d1bfea85881a2aaee97e0652.tar.gz
SCons-381b61c7cca76603d1bfea85881a2aaee97e0652.tar.bz2
debugging coverage failures
-rw-r--r--.travis.yml6
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