samuel

Results 25 comments of samuel

@blueyed I put this PR together based on this discussion: https://github.com/yyuu/pyenv/issues/92#issuecomment-145381577 If you have time, I would appreciate a pair of :eyes:

Hi @merwok, check these out: https://github.com/yyuu/pyenv/issues/92#issuecomment-145351621 https://github.com/samstav/circleci-python-sandbox/issues/1

The documentation here definitely needs updating though, thanks for pointing this out.

Yeah, you might want to assert that the **exact** python version you expect to be running is in fact running your tests. In fact, it was only when I added...

I did not specifically exclude python > 3.6 ... Is there something I need to do to allow for use with python 3.6/7 ?

@manihamidi Good question. I'll look into this soon. I've never ported a circle config from v1 to v2. Are you familiar with this? If so, could you put up a...

@jamescooke thanks for digging on this. Just to get this out of the way-- I think even when the build gets a bit further, you'll end up running into the...

Just for reference https://github.com/tox-dev/tox/blob/master/src/tox/session/commands/show_config.py I am assuming that the code which executes for `--showconfig` should interpret the values set in `tox.ini` and not only config values defined by environment variables?...

@ssbarnea I like this idea. I have an open WIP to "enable" missing interpreters: https://github.com/samstav/tox-pyenv/pull/4 which should be adequate for most cases, esp. in CircleCI, since they have so many...

Python 2.6 and 3.3 can't get isort. Consider downgrading and pinning isort for those versions? The assertions to the Popen calls for python > 3 are failing because of ```...