Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit 3eca5ba

Browse files
committed
Fixed package location
Fixes: #91
1 parent d3487d3 commit 3eca5ba

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ molecule.driver =
9191
docker = molecule_docker.driver:Docker
9292

9393
[options.packages.find]
94-
where = .
94+
where = src
9595

9696
[tool:pytest]
9797
addopts = --doctest-modules --durations 10 --color=yes

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ commands =
5555
ansible-galaxy collection install community.docker
5656
# failsafe as pip may install incompatible dependencies
5757
pip check
58+
# failsafe for broken installation
59+
molecule --version
5860
# failsafe for preventing changes that may break pytest collection
5961
python -m pytest -p no:cov --collect-only
6062
python -m pytest {posargs:-l}

0 commit comments

Comments
 (0)