Merge "tox: Remove dead settings/targets"
This commit is contained in:
commit
c746ee9bc3
19
tox.ini
19
tox.ini
@ -1,30 +1,23 @@
|
|||||||
[tox]
|
[tox]
|
||||||
envlist = pep8,docs,py27,py37,py36,py35,py34
|
envlist = pep8,docs,py27,py3{4,5,6,7}
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
install_command = pip install -U {opts} {packages}
|
|
||||||
setenv =
|
|
||||||
VIRTUAL_ENV={envdir}
|
|
||||||
|
|
||||||
commands =
|
commands =
|
||||||
python -m git_review.tests.check_test_id_hashes discover --list
|
python -m git_review.tests.check_test_id_hashes discover --list
|
||||||
python -m git_review.tests.prepare
|
python -m git_review.tests.prepare
|
||||||
python setup.py testr --slowest --testr-args='--concurrency=2 {posargs}'
|
python setup.py testr --slowest --testr-args='--concurrency=2 {posargs}'
|
||||||
|
|
||||||
deps =
|
deps =
|
||||||
-r{toxinidir}/requirements.txt
|
-r{toxinidir}/requirements.txt
|
||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
commands = flake8
|
commands = flake8
|
||||||
|
|
||||||
[testenv:sdist]
|
|
||||||
commands = python setup.py sdist {posargs}
|
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
deps =
|
deps =
|
||||||
-r{toxinidir}/requirements.txt
|
-r{toxinidir}/requirements.txt
|
||||||
-r{toxinidir}/doc/requirements.txt
|
-r{toxinidir}/doc/requirements.txt
|
||||||
commands =
|
commands =
|
||||||
sphinx-build -W -d doc/build/doctrees -b html doc/source/ doc/build/html
|
sphinx-build -W -d doc/build/doctrees -b html doc/source/ doc/build/html
|
||||||
|
|
||||||
@ -34,4 +27,4 @@ commands = {posargs}
|
|||||||
[flake8]
|
[flake8]
|
||||||
ignore = E125,H202,H405,H904
|
ignore = E125,H202,H405,H904
|
||||||
show-source = True
|
show-source = True
|
||||||
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
|
exclude = .venv,.git,.tox,dist,doc,releasenotes,*lib/python*,*egg,build
|
||||||
|
Loading…
Reference in New Issue
Block a user