Commit Graph

4 Commits

Author SHA1 Message Date
L.C. Rees
517ae16a5d - tox boilerplate for when py3k matters 2012-05-30 16:07:12 -06:00
L.C. Rees
1d2c0364f4 - use coverage 2012-05-30 13:32:53 -06:00
L.C. Rees
64f0a27ca1 - fixes to tox 2012-05-30 12:32:17 -06:00
Monty Taylor
12fd1315f8 Add tox config.
Add a config file for tox to enable running salt tests in a set of
virtualenvs for different versions of python. Add stanzas to allow
for running tests against 2.6, 2.7 and 3.2.

First step - pip install tox. Then, to run tests in a virtualenv
against all three, simply type:

tox

If you want to  run against just one, try:

tox -epy26

And if you want to see more, do:

tox -v -epy26
2012-04-20 13:19:39 -07:00