File: run-unit-tests

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