Switch to run.py

This commit is contained in:
Loic Guegan 2022-09-01 11:02:55 +02:00
parent 2b2cb09145
commit 47e7d3a9da
3 changed files with 16 additions and 57 deletions

View file

@ -5,7 +5,7 @@ archlinux:
- pip install build
- pip install .
script:
- ./tests/run.sh
- ./tests/run.py
debian:
image: "debian:latest"
@ -15,5 +15,5 @@ debian:
- pip install build
- pip install .
script:
- ./tests/run.sh
- ./tests/run.py