Commit Graph

8 Commits

Author SHA1 Message Date
Baiju Muthukadan
58a44cb100 ignore code coverage outputs
Added code coverage outputs genereated by
coverage.py to .gitignore .  To generate code
coverage report, run this command:

  coverage run tests/runtests.py

To produce HTML coverage repot (`htmlcov/index.html`):

  coverage html --omit=tests/*

To produce Cobertura compliant XML for Jenkins:

  coverage xml --omit=tests/*
2012-05-07 17:08:48 +05:30
Marc Abramowitz
68603a1e07 Add *.egg-info to .gitignore 2012-05-02 09:28:02 -07: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
Seth House
4e4694890d Added MANIFEST and dist directory to .gitignore 2012-01-08 09:46:47 -07:00
Kent Tenney
c9a5a498f8 add ignores for vim *.swp files, sphinx generated doc/_build/ 2011-12-01 10:09:03 -06:00
Markus Gattol
5a0f37fb5b allow to put a virtualenv right on top off salt
Signed-off-by: Markus Gattol <markus.gattol@sunoano.org>
2011-11-09 16:38:13 +00:00
Erik Nolte
9afcd36014 Ignore .pyc, .pyo, and .tar.xz 2011-08-02 13:44:22 -06:00
Erik Nolte
e2df7843f7 Ignore .pyc, .pyo, and .tar.xz in git 2011-08-02 13:41:31 -06:00