mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
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.
This commit is contained in:
parent
3e21e43915
commit
6828c4b112
2 changed files with 0 additions and 32 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -27,9 +27,6 @@ tests/integration/tmp/
|
|||
tests/cachedir/
|
||||
tests/unit/templates/roots/
|
||||
|
||||
# tox - ignore any tox-created virtualenv dirs
|
||||
.tox
|
||||
|
||||
# setuptools stuff
|
||||
*.egg-info
|
||||
|
||||
|
|
29
tox.ini
29
tox.ini
|
@ -1,29 +0,0 @@
|
|||
[tox]
|
||||
envlist = py26,py27,py32
|
||||
|
||||
[testenv:py26]
|
||||
setenv = VIRTUAL_ENV={envdir}
|
||||
deps = -r{toxinidir}/requirements.txt
|
||||
unittest2
|
||||
mock
|
||||
coverage
|
||||
commands =
|
||||
coverage run ./tests/runtests.py
|
||||
|
||||
[testenv:py27]
|
||||
setenv = VIRTUAL_ENV={envdir}
|
||||
deps = -r{toxinidir}/requirements.txt
|
||||
mock
|
||||
coverage
|
||||
commands =
|
||||
coverage run ./tests/runtests.py
|
||||
|
||||
[testenv:py32]
|
||||
basepython = python3.2
|
||||
setenv = VIRTUAL_ENV={envdir}
|
||||
deps =
|
||||
-r{toxinidir}/requirements.txt
|
||||
mock
|
||||
coverage
|
||||
commands =
|
||||
coverage run ./tests/runtests.py
|
Loading…
Add table
Reference in a new issue