15 lines
287 B
YAML
15 lines
287 B
YAML
build:
|
|
image: yourlabs/shlax
|
|
script: pip install -U .[test] && py.test -svv tests
|
|
stage: test
|
|
pypi:
|
|
image: yourlabs/python
|
|
only:
|
|
- tags
|
|
script: pypi-release
|
|
stage: deploy
|
|
test:
|
|
image: yourlabs/python
|
|
script: pip install -U .[test] && py.test -svv tests
|
|
stage: test
|