File: control

package info (click to toggle)
python-pyepsg 0.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 192 kB
  • sloc: python: 179; makefile: 140
file content (9 lines) | stat: -rw-r--r-- 253 bytes parent folder | download
1
2
3
4
5
6
7
8
9
Test-Command: set -e
 ; for py in $(py3versions -r 2>/dev/null)
 ; do cd "$AUTOPKGTEST_TMP"
 ; echo "Testing with $py:"
 ; $py -m pytest -v --doctest-modules --pyargs pyepsg
 ; done
Depends: python3-all,
         python3-pyepsg,
         python3-pytest