georgeyk/loafer

circleci 2 + tox + pyenv

georgeyk opened this issue · 1 comments

Find out how to setup tox and execute the tests against multiple python versions without duplicating entries in circleci config.

Some "hacky" way to fix this:

  • setup pyenv in a "job", requires to hardcode a lot (git checkout, envvars, etc)
  • custom docker image

None of these are desired.