1
0
Fork 0
terminaltables/build.sh
Daniel Baumann 05f35a98b3
Merging upstream version 3.1.10 (Closes: #1014035).
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-12 13:07:05 +01:00

10 lines
No EOL
394 B
Bash

echo assuming we still want to support python 2!
export PYTHONPATH=$PYTHONPATH:.
pylint terminaltables
flake8 terminaltables
python -m pytest terminaltables
python -m pytest --doctest-glob="terminaltables/**/*.py"
pytest tests -v --cov-report html:coverage --cov=terminaltables
echo not bumping version here, just checking if we can create the wheel
poetry build
check-wheel-contents dist/*.whl