ReproNim / reproman

ReproMan (AKA NICEMAN, AKA ReproNim TRD3)
https://reproman.readthedocs.io
Other
24 stars 14 forks source link

Travis: Fix 'make -C doc ...' failure in --system-site-packages job #543

Closed kyleam closed 4 years ago

kyleam commented 4 years ago

The first two commits prepare the virtualenv: system_site_packages: true job for an upgrade from Xenial to Bionic. The last commit does the upgrade to get the CPython fix described at gh-542.

codecov[bot] commented 4 years ago

Codecov Report

Merging #543 into master will increase coverage by 0.12%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #543      +/-   ##
==========================================
+ Coverage   86.18%   86.31%   +0.12%     
==========================================
  Files         149      149              
  Lines       12568    12568              
==========================================
+ Hits        10832    10848      +16     
+ Misses       1736     1720      -16     
Impacted Files Coverage Δ
reproman/distributions/tests/test_venv.py 98.07% <100.00%> (+10.57%) :arrow_up:
...eproman/interface/tests/test_backend_parameters.py 100.00% <0.00%> (+4.34%) :arrow_up:
reproman/tests/skip.py 97.75% <0.00%> (+4.49%) :arrow_up:

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 0402131...15c2742. Read the comment docs.

yarikoptic commented 4 years ago

Great, thank you!