diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2024-04-16 09:32:10 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2024-04-16 09:32:10 +0200 |
commit | 99c4e883049c5a797e63df396d3530b77700a1d5 (patch) | |
tree | 58a3bbc3504731d737a2d31bf601af3731a1b9e4 /.builds | |
parent | f3a49e6a8ad7247fbe32e455cdc1e3f217a0e073 (diff) |
Modernize packaging with pyproject.toml and setuptool_scm.
Diffstat (limited to '.builds')
-rw-r--r-- | .builds/archlinux.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml index e7099c3..c3ac481 100644 --- a/.builds/archlinux.yml +++ b/.builds/archlinux.yml @@ -9,6 +9,7 @@ sources: tasks: - test: | cd hazwaz + export COVERAGE=coverage sh check coverage - qa: | cd hazwaz |