File: run_tests.sh

package info (click to toggle)
reentry 1.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 280 kB
  • sloc: python: 749; makefile: 19; sh: 4
file content (9 lines) | stat: -rwxr-xr-x 221 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
set -ev

# clean up from previous tests
rm -rf dist/ .tox/ tox-pip.log

# build both source distribution and wheel
# (source distribution enables tests with different python version)
python setup.py sdist bdist_wheel
tox