I have two instances of a Odoo module, one uses python 2.7 and the other uses python 3.7
I launch both instances, with 2.7 ends successfully while the other ends with a strange error:
bin/activate no such file or directory
This error happens before my tests are executed, it seems an internal travis error.
What I can do?
This is the errored test
https://travis-ci.org/github/zeroincombenze/zerobug-test/builds/701278008
This is the good test
https://travis-ci.org/github/zeroincombenze/zerobug-test/builds/701278075
TIA