From 0bf67268edaffea2640c2f05b301a9f857d9e174 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 16 Sep 2022 15:46:32 +0200 Subject: Merging upstream version 2.2.2 (Closes: #1014036). Signed-off-by: Daniel Baumann --- build.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 build.sh (limited to 'build.sh') diff --git a/build.sh b/build.sh new file mode 100644 index 0000000..12bb762 --- /dev/null +++ b/build.sh @@ -0,0 +1,11 @@ +echo assuming we still want to support python 2! +PROJECT="colorclass" +export PYTHONPATH=$PYTHONPATH:. +pylint "$PROJECT" +flake8 "$PROJECT" +python -m pytest "$PROJECT" +python -m pytest --doctest-glob="$PROJECT/**/*.py" +pytest tests -v --cov-report html:coverage --cov="$PROJECT" +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