File: unittests

package info (click to toggle)
python-mercantile 1.2.1-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 280 kB
  • sloc: python: 1,504; makefile: 211; sh: 4
file content (7 lines) | stat: -rwxr-xr-x 108 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/bin/sh

set -e

for pyvers in $(py3versions -rv 2>/dev/null) ; do
	python$pyvers -m pytest -v tests
done