shlax/.gitlab-ci.yml
2020-02-14 20:14:56 +01:00

11 lines
181 B
YAML

pypi:
image: yourlabs/python
only:
- tags
script: pypi-release
stage: deploy
test:
image: yourlabs/python
script: pip install -U . && py.test -svv tests
stage: test