fix ci
This commit is contained in:
parent
3c9a86f67c
commit
a15030adaa
1 changed files with 3 additions and 3 deletions
|
@ -25,21 +25,21 @@ stages:
|
||||||
- if: '$CI_COMMIT_TAG =~ /^[0-9]+\.[0-9]+\.[0-9]+$/'
|
- if: '$CI_COMMIT_TAG =~ /^[0-9]+\.[0-9]+\.[0-9]+$/'
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
<<: *dev
|
<<: *py
|
||||||
stage: lint&test
|
stage: lint&test
|
||||||
script:
|
script:
|
||||||
- pip install -r dev_requirements.txt
|
- pip install -r dev_requirements.txt
|
||||||
- pyb lint
|
- pyb lint
|
||||||
|
|
||||||
pytest:
|
pytest:
|
||||||
<<: *dev
|
<<: *py
|
||||||
stage: lint&test
|
stage: lint&test
|
||||||
script:
|
script:
|
||||||
- pip install -r dev_requirements.txt
|
- pip install -r dev_requirements.txt
|
||||||
- pyb test
|
- pyb test
|
||||||
|
|
||||||
pypi-stable:
|
pypi-stable:
|
||||||
<<: *dev
|
<<: *py
|
||||||
<<: *tag_only
|
<<: *tag_only
|
||||||
stage: upload
|
stage: upload
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue