Ben Sturmfels
1a5441ba75
These were failing due to pytest defaulting to `DEBUG = False` (and then getting `ValueError: Missing staticfiles manifest entry for ...`).
6 lines
72 B
Bash
Executable file
6 lines
72 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
set -e # Abort on failure
|
|
set -x
|
|
|
|
python3 -m pytest
|