merge-requests/17/head
Michael Jerger 12 months ago
parent 3c9a86f67c
commit a15030adaa

@ -25,21 +25,21 @@ stages:
- if: '$CI_COMMIT_TAG =~ /^[0-9]+\.[0-9]+\.[0-9]+$/'
lint:
<<: *dev
<<: *py
stage: lint&test
script:
- pip install -r dev_requirements.txt
- pyb lint
pytest:
<<: *dev
<<: *py
stage: lint&test
script:
- pip install -r dev_requirements.txt
- pyb test
pypi-stable:
<<: *dev
<<: *py
<<: *tag_only
stage: upload
script:

Loading…
Cancel
Save