Small cleanups
setup.cfg: Remove obsolete sections. tox.ini: Fix typo, set basepython as well. Change-Id: I44105c3d472493b1821a37e2c2dbe9aff9828cbb
This commit is contained in:
parent
235bfe94ed
commit
ce3e955a1d
11
setup.cfg
11
setup.cfg
@ -14,10 +14,6 @@ classifier =
|
|||||||
Intended Audience :: Information Technology
|
Intended Audience :: Information Technology
|
||||||
Topic :: Utilities
|
Topic :: Utilities
|
||||||
|
|
||||||
[global]
|
|
||||||
setup-hooks =
|
|
||||||
pbr.hooks.setup_hook
|
|
||||||
|
|
||||||
[files]
|
[files]
|
||||||
data_files =
|
data_files =
|
||||||
share/ansible/roles/lunasa_hsm/defaults = defaults/*
|
share/ansible/roles/lunasa_hsm/defaults = defaults/*
|
||||||
@ -25,10 +21,3 @@ data_files =
|
|||||||
share/ansible/roles/lunasa_hsm/tasks = tasks/*
|
share/ansible/roles/lunasa_hsm/tasks = tasks/*
|
||||||
share/ansible/roles/lunasa_hsm/templates = templates/*
|
share/ansible/roles/lunasa_hsm/templates = templates/*
|
||||||
share/ansible/roles/lunasa_hsm/files = files/*
|
share/ansible/roles/lunasa_hsm/files = files/*
|
||||||
|
|
||||||
[wheel]
|
|
||||||
universal = 1
|
|
||||||
|
|
||||||
[pbr]
|
|
||||||
skip_authors = True
|
|
||||||
skip_changelog = True
|
|
||||||
|
3
tox.ini
3
tox.ini
@ -1,9 +1,10 @@
|
|||||||
[tox]
|
[tox]
|
||||||
minversion = 2.0
|
minversion = 2.0
|
||||||
envlist = linters
|
envlist = linters
|
||||||
skipdist = true
|
skipsdist = true
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
|
basepython = python3
|
||||||
deps = -r{toxinidir}/test-requirements.txt
|
deps = -r{toxinidir}/test-requirements.txt
|
||||||
|
|
||||||
[testenv:linters]
|
[testenv:linters]
|
||||||
|
Loading…
Reference in New Issue
Block a user