Closed madmuffin1 closed 7 years ago
I've had good luck with https://pypi.python.org/pypi/tox-travis
@Daenyth I had a look into that and it seems to be looking it the same environment variable as my one line shell script. Might be more pythonic, but I like my snippet for its simplicity.
Nice! Thanks, @madmuffin1.
PR #118 and #120 failed on travis, simply because the python version under test was not available in the container.
This changes the behavior to have travis explicitly install the required version and pass that version by getting the TOXENV from an automatically set environment variable.