tox-dev / tox-pyenv

plugin that tells tox to use `pyenv which` to find python executables
Apache License 2.0
127 stars 16 forks source link

In CircleCI (or another tox plugin?), run tests for different python versions concurrently #1

Open stavxyz opened 9 years ago

stavxyz commented 9 years ago

Maybe use detox: https://pypi.python.org/pypi/detox/

ssbarnea commented 7 years ago

Yes, detox is the official way and I think it would be a good idea to use detox for testing tox-pyenv on circleci.