mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-04-19 03:59:45 +00:00
Switch to run.py
This commit is contained in:
parent
2b2cb09145
commit
47e7d3a9da
3 changed files with 16 additions and 57 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue