scikit-build / scikit-ci-addons

Command line tool and a set of scripts useful to help drive CI
http://scikit-ci-addons.readthedocs.org/
Apache License 2.0
5 stars 9 forks source link

window/install-python: Uninstall existing version if found in the same dir #61

Closed jcfr closed 6 years ago

jcfr commented 6 years ago

For python 3.5 and 3.6, this commit updates the script to uninstall the python version if it is installed in the same directory but doesn't match the expected one.

Co-authored-by: Jean-Baptiste Vimort jb.vimort@kitware.com

jcfr commented 6 years ago

Cc: @jbvimort

codecov-io commented 6 years ago

Codecov Report

Merging #61 into master will decrease coverage by 1.73%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #61      +/-   ##
==========================================
- Coverage   97.39%   95.65%   -1.74%     
==========================================
  Files           2        2              
  Lines         115      115              
  Branches       21       21              
==========================================
- Hits          112      110       -2     
- Misses          3        4       +1     
- Partials        0        1       +1
Impacted Files Coverage Δ
ci_addons/__main__.py 93.02% <0%> (-4.66%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 007a2c4...e0a0555. Read the comment docs.