11 lines
187 B
YAML
11 lines
187 B
YAML
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
|