Update tests

This commit is contained in:
Loic Guegan 2022-09-13 13:22:39 +02:00
parent e188ca4040
commit b3cbb52f00
5 changed files with 40 additions and 8 deletions

View file

@ -5,7 +5,7 @@ archlinux:
- pip install build
- pip install .
script:
- ./tests/run.py
- ./tests/run.sh
debian:
image: "debian:latest"
@ -15,7 +15,7 @@ debian:
- pip install build
- pip install .
script:
- ./tests/run.py
- ./tests/run.sh
ubuntu:
image: "ubuntu:latest"
@ -29,7 +29,7 @@ ubuntu:
- source myenv/bin/activate
- pip install .
script:
- ./tests/run.py
- ./tests/run.sh
fedora:
image: "fedora:latest"
@ -42,5 +42,5 @@ fedora:
- source myenv/bin/activate
- pip install .
script:
- ./tests/run.py
- ./tests/run.sh