File: run-unit-tests

package info (click to toggle)
python-nbstripout 0.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 472 kB
  • sloc: python: 1,110; sh: 20; makefile: 13
file content (5 lines) | stat: -rw-r--r-- 96 bytes parent folder | download
1
2
3
4
5
#!/bin/bash
set -e
for python in $(py3versions -s); do
    $python -P -m pytest -svv tests
done