summaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-09-16 14:10:36 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-09-16 14:10:52 +0000
commitdd16f3f0e8c43a53c847cada3a6762fa3bc6f3e5 (patch)
tree5206eca8bd60016feeda38ba7a1fb8f21cdc23f5 /build.sh
parentReleasing debian version 3.1.0-5. (diff)
downloadterminaltables-dd16f3f0e8c43a53c847cada3a6762fa3bc6f3e5.tar.xz
terminaltables-dd16f3f0e8c43a53c847cada3a6762fa3bc6f3e5.zip
Merging upstream version 3.1.10 (Closes: #1014035).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'build.sh')
-rw-r--r--build.sh10
1 files changed, 10 insertions, 0 deletions
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