mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-23 10:05:55 +03:00
5 lines
162 B
Bash
5 lines
162 B
Bash
|
#!/bin/bash -eu
|
||
|
|
||
|
export PYTHONDONTWRITEBYTECODE=yep
|
||
|
TOXSUFFIX="--reporter=subunit | subunit-1to2 | subunit2junitxml --no-passthrough --output-to=results.xml" tox
|