Page MenuHomeSoftware Heritage

Merge both "pip install" RUN commands in tox/Dockerfile
ClosedPublic

Authored by douardda on Jul 8 2020, 10:18 AM.

Details

Summary

as a workaround of dependency glitch (radon wants colorama 0.4.1, twine
wants colorama >= 0.4.3).

Doing only one pip install command enforce the newer colorama version.

Diff Detail

Repository
rCDFJ Dockerfiles for Jenkins
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.