Commit Graph

9 Commits

Author SHA1 Message Date
Daniel Wallace
cc9c4b4d5a
add pytest coverage and xml junits 2018-06-07 12:53:22 -05:00
Daniel Wallace
ae1b0d28bb
pass LANG and HOME into tox commands 2018-06-06 12:23:55 -05:00
Daniel Wallace
e1872e2036
simplify tox.ini 2018-06-05 20:41:52 -05:00
Daniel Wallace
51eca1a6bd
enable tox for tests 2017-10-03 17:01:19 -06:00
Felix Dreissig
6828c4b112 Remove Tox config
The 'tox.ini' file looks like an artifact from the past. It is unusable
at least since requirements have been moved to their own directory.
2015-04-18 21:11:30 +02:00
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