ahriman/.github/workflows/tests.sh
Evgenii Alekseev 2ff56965d9
PEP-673 use Self as return type for classmethods (#94)
* PEP-673 use Self as return type for classmethods

* add dummy test file

* remove python3.10 compat
2023-05-04 03:28:08 +03:00

11 lines
205 B
Bash
Executable File

#!/bin/bash
# Install dependencies and run test in container
set -ex
# install dependencies
pacman --noconfirm -Syu base-devel python-setuptools python-tox
# run test and check targets
make check tests