File: control

package info (click to toggle)
python-duniterpy 1.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,228 kB
  • sloc: python: 10,624; makefile: 182; sh: 17
file content (11 lines) | stat: -rw-r--r-- 200 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
Test-Command:
 set -e;
 rm -rf duniterpy;
 for py in $(py3versions -r 2>/dev/null); do
  $py -m pytest;
 done
Depends:
 python3-duniterpy,
 python3-pytest,
 python3-pytest-sugar,
 python3-pytest-cov,