File: python3-django-postorius

package info (click to toggle)
postorius 1.3.13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 14,692 kB
  • sloc: python: 11,846; javascript: 11,813; makefile: 149; sh: 6
file content (9 lines) | stat: -rw-r--r-- 252 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/bin/sh

service mailman3 stop
ln -s /usr/lib/mailman3/bin/runner  /usr/bin/runner
cat debian/tests/config/mailman.cfg > /etc/mailman3/mailman.cfg

for python3 in $(py3versions -s 2> /dev/null); do
    PYTHONPATH=. $python3 -m pytest  || exit 1
done