Small cleanups

setup.cfg: Remove obsolete sections.

tox.ini: Fix typo, set basepython as well.

Change-Id: I44105c3d472493b1821a37e2c2dbe9aff9828cbb
This commit is contained in:
Andreas Jaeger 2020-04-29 15:22:57 +02:00
parent 235bfe94ed
commit ce3e955a1d
2 changed files with 2 additions and 12 deletions

View File

@ -14,10 +14,6 @@ classifier =
Intended Audience :: Information Technology
Topic :: Utilities
[global]
setup-hooks =
pbr.hooks.setup_hook
[files]
data_files =
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/templates = templates/*
share/ansible/roles/lunasa_hsm/files = files/*
[wheel]
universal = 1
[pbr]
skip_authors = True
skip_changelog = True

View File

@ -1,9 +1,10 @@
[tox]
minversion = 2.0
envlist = linters
skipdist = true
skipsdist = true
[testenv]
basepython = python3
deps = -r{toxinidir}/test-requirements.txt
[testenv:linters]