Page MenuHomeSoftware Heritage

Remove :py3 qualifier from the tox test environment configuration
ClosedPublic

Authored by olasd on Jun 19 2019, 4:08 PM.

Details

Summary

This allows us to call tox on older pythons than the default by using, for
instance, tox -e py35.

To be applied to all repositories.

Test Plan

tox still does the right thing. tox -e py35 creates an environment
with python3.5.

Diff Detail

Repository
rDOBJS Object storage
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.