File: livetest.sh

package info (click to toggle)
pycurl 7.45.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,756 kB
  • sloc: python: 8,226; ansic: 7,214; makefile: 209; sh: 196
file content (7 lines) | stat: -rw-r--r-- 243 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#!/bin/sh

for py in $(py3versions -s)
do
    $py --version
    make do-test PYTHON=$py PYTEST="$py -m pytest" PYTEST_ADDOPTS="--ignore examples --ignore .pc -m 'not online'" PYFLAKES="$py -m pyflakes" PYCURL_VSFTPD_PATH=/usr/sbin/vsftpd
done