mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-04-19 03:59:45 +00:00
Update tests
This commit is contained in:
parent
e188ca4040
commit
b3cbb52f00
5 changed files with 40 additions and 8 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue