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
Branch
feature/fdatasync
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 6349
Build 8802: tox-on-jenkinsJenkins
Build 8801: arc lint + arc unit