[TIP] [venv] python2.5 and ssl in virtualenvs: chicken and egg

Kevin Lyda kevin at ie.suberic.net
Sat Mar 16 14:39:18 PDT 2013


Why not? You can tell tox to install dependencies. For instance I have
the following in one tox.ini file:

[testenv:py26]
deps=unittest2

Kevin



More information about the testing-in-python mailing list