jezdez / envdir

A Python port of daemontools' envdir.
https://envdir.readthedocs.io/
MIT License
229 stars 28 forks source link

fix running tox on python2.6 #40

Closed slafs closed 9 years ago

slafs commented 9 years ago

because argparse must be installed seperately on python2.6 and we can use a new factor specific settings from tox 1.8

blueyed commented 9 years ago

Hmm.. argparse gets installed as a dependency with pip install tox already.

slafs commented 9 years ago

Sorry for the noise. It was a problem with my local configuration of pip. On python2.6 I was using wheels built with python2.7. BTW pytest is the one that provides argparse when running under python2.6 (not tox).