mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-04-06 01:56:27 +02:00
Add ubuntu tests
This commit is contained in:
parent
c73ebc1fbc
commit
3ba4f6f6b9
1 changed files with 14 additions and 0 deletions
|
@ -16,4 +16,18 @@ debian:
|
|||
- pip install .
|
||||
script:
|
||||
- ./tests/run.py
|
||||
|
||||
ubuntu:
|
||||
image: "ubuntu:latest"
|
||||
before_script:
|
||||
- apt update && apt install -y python3 python3-pip python-is-python3
|
||||
- pip install numpy
|
||||
- pip install build
|
||||
- pip install virtualenv
|
||||
- export PATH=${PATH}:${HOME}/.local/bin
|
||||
- virtualenv myenv
|
||||
- source myenv/bin/activate
|
||||
- pip install .
|
||||
script:
|
||||
- ./tests/run.py
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue