Skip to content
Snippets Groups Projects
Commit 58f0e10e authored by Valentin Emiya's avatar Valentin Emiya
Browse files

update ci.yml

parent 59c828bc
No related branches found
No related tags found
No related merge requests found
Pipeline #14335 failed
......@@ -29,12 +29,17 @@ default:
- apt-get install -y --no-install-recommends texlive-latex-extra
- apt-get install -y --no-install-recommends dvipng
- apt-get clean
- pip install virtualenv
- virtualenv venv
- source venv/bin/activate
- pip install matplotlib numpy scipy six nose coverage
install_and_test_39:
image: python:3.9
script:
- dpkg -L python3-pytest | xargs file | grep executable
- pip3 install -e . --no-deps
- py.test-3
- python3 -m pytest
artifacts:
when: always
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment