File: control

package info (click to toggle)
pytest-pylint 0.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 172 kB
  • sloc: python: 579; makefile: 9
file content (11 lines) | stat: -rw-r--r-- 442 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
Depends: python-all,
         python-mock,
         python-pytest-pylint,
         python-setuptools,
Test-Command: set -e; for py in $(pyversions -i); do echo "[*] testing on $py:"; $py -Wd -m pytest -v -x 2>&1; done

Depends: python3-all,
         python3-mock,
         python3-pytest-pylint,
         python3-setuptools,
Test-Command: set -e; for py in $(py3versions -i); do echo "[*] testing on $py:"; $py -Wd -m pytest -v -x 2>&1; done