File: control

package info (click to toggle)
python-logfury 0.1.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 192 kB
  • sloc: python: 528; sh: 14; makefile: 5
file content (12 lines) | stat: -rw-r--r-- 301 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Depends:
 check-manifest,
 python3-all,
 python3-logfury,
 python3-mock,
 python3-nose,
 python3-pyflakes,
 python3-readme-renderer,
 python3-setuptools,
 python3-testfixtures,
 yapf3,
Test-Command: set -e; for py in $(py3versions -i); do echo "[*] testing on $py:"; $py setup.py nosetests 2>&1; done