mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
12fd1315f8
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
22 lines
377 B
Plaintext
22 lines
377 B
Plaintext
build
|
|
*.py[co]
|
|
pkg/arch/*.tar.xz
|
|
*.swp
|
|
doc/_build
|
|
dist
|
|
MANIFEST
|
|
|
|
# virtualenv
|
|
# - ignores directories of a virtualenv when you create it right on
|
|
# top of salt such as
|
|
# - /some/path$ git clone https://github.com/thatch45/salt.git
|
|
# - /some/path$ virtualenv --python=/usr/bin/python2.6 salt
|
|
bin/
|
|
include/
|
|
lib/
|
|
pip/
|
|
share/
|
|
|
|
# tox - ignore any tox-created virtualenv dirs
|
|
.tox
|