Add fedora tests

This commit is contained in:
Loic Guegan 2022-09-02 11:43:49 +02:00
parent 3ba4f6f6b9
commit 0db52b3e83

View file

@ -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