migrate to tox

this also requires to move default configuration files to share/ahriman.
Thus the following features have been added
* default configuration is not stored in /usr/share/ahriman/settings
* package installed via PKGBUILD now copies files from /usr
* configuration class now fallbacks to default in /usr
This commit is contained in:
2022-03-21 02:58:45 +03:00
parent 04174a3e6d
commit d4eadf0013
27 changed files with 115 additions and 83 deletions

View File

@ -4,13 +4,7 @@
set -ex
# install dependencies
pacman --noconfirm -Syu base-devel python-pip
# install python packages
pip install -e .[web]
pip install -e .[check]
pip install -e .[s3]
pip install -e .[test]
pacman --noconfirm -Syu base-devel python-pip python-tox
# run test and check targets
make check tests