From dd16f3f0e8c43a53c847cada3a6762fa3bc6f3e5 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 16 Sep 2022 16:10:36 +0200 Subject: Merging upstream version 3.1.10 (Closes: #1014035). Signed-off-by: Daniel Baumann --- build.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 build.sh (limited to 'build.sh') diff --git a/build.sh b/build.sh new file mode 100644 index 0000000..11f20cb --- /dev/null +++ b/build.sh @@ -0,0 +1,10 @@ +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 \ No newline at end of file -- cgit v1.2.3