Skip to content

Commit 190bbc3

Browse files
committed
Fix check-manifest to ignore tests
1 parent 9925a3a commit 190bbc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ deps =
1414

1515
[testenv:qa]
1616
commands =
17-
check-manifest --ignore tox.ini,tests*,.coveragerc
17+
check-manifest --ignore tox.ini,tests/*,.coveragerc
1818
python setup.py sdist bdist_wheel
1919
twine check dist/*
2020
flake8 --ignore E501

0 commit comments

Comments
 (0)