Skip to content
Snippets Groups Projects
Commit 7a4f0918 authored by Maeva Pourpoint's avatar Maeva Pourpoint
Browse files

Update .gitlab-ci.yml

parent 5cb39ac0
No related branches found
No related tags found
1 merge request!5Conda packaging
Pipeline #692 passed with stages
in 2 minutes and 11 seconds
...@@ -23,7 +23,8 @@ before_script: ...@@ -23,7 +23,8 @@ before_script:
flake8: flake8:
image: python:3.6 image: python:3.6
tags: passoft tags:
- passoft
stage: static analysis stage: static analysis
script: script:
- flake8 --ignore=E722,E712,E501 data2passcal - flake8 --ignore=E722,E712,E501 data2passcal
...@@ -31,30 +32,35 @@ flake8: ...@@ -31,30 +32,35 @@ flake8:
python2.7: python2.7:
image: python:2.7 image: python:2.7
tags: passoft tags:
- passoft
stage: test stage: test
script: tox -e py27 script: tox -e py27
python3.5: python3.5:
image: python:3.5 image: python:3.5
tags: passoft tags:
- passoft
stage: test stage: test
script: tox -e py35 script: tox -e py35
python3.6: python3.6:
image: python:3.6 image: python:3.6
tags: passoft tags:
- passoft
stage: test stage: test
script: tox -e py36 script: tox -e py36
python3.7: python3.7:
image: python:3.7 image: python:3.7
tags: passoft tags:
- passoft
stage: test stage: test
script: tox -e py37 script: tox -e py37
python3.8: python3.8:
image: python:3.8 image: python:3.8
tags: passoft tags:
- passoft
stage: test stage: test
script: tox -e py38 script: tox -e py38
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