File: control

package info (click to toggle)
python-pyepsg 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 192 kB
  • sloc: python: 183; makefile: 140
file content (10 lines) | stat: -rw-r--r-- 239 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
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,