mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-04-25 20:23:37 +08:00
10 lines
171 B
Bash
Executable file
10 lines
171 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# Copyright © Michal Čihař <michal@weblate.org>
|
|
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
. ci/lib.sh
|
|
|
|
export PYTHONPATH=.
|
|
run_coverage weblate/wsgi.py
|