[TIP] [tox] question re: shared test environment settings
Chris Jerdonek
chris.jerdonek at gmail.com
Tue Apr 10 23:38:44 PDT 2012
When using tox, if multiple test environments (e.g. py24, py25, and
py26) should share the same test environment settings, is there a way
to have them share the same settings other than cutting and pasting
the same settings into three different sections of the INI?
I know that I could make those settings the defaults, but then I would
have the same issue for py27, py31, and py32, etc.
Thanks,
--Chris
More information about the testing-in-python
mailing list