summaryrefslogtreecommitdiffstats
path: root/build.sh
blob: 11f20cb447287225471496805a551f5c9c8e27ab (plain)
1
2
3
4
5
6
7
8
9
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