mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-04-06 01:56:27 +02:00
Add fedora tests
This commit is contained in:
parent
3ba4f6f6b9
commit
0db52b3e83
1 changed files with 13 additions and 0 deletions
|
@ -30,4 +30,17 @@ ubuntu:
|
|||
- pip install .
|
||||
script:
|
||||
- ./tests/run.py
|
||||
|
||||
fedora:
|
||||
image: "fedora:latest"
|
||||
before_script:
|
||||
- yum -y update && yum -y install python3 pip
|
||||
- pip install numpy
|
||||
- pip install build
|
||||
- pip install virtualenv
|
||||
- virtualenv myenv
|
||||
- source myenv/bin/activate
|
||||
- pip install .
|
||||
script:
|
||||
- ./tests/run.py
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue