Use new make target for drone
This commit is contained in:
parent
27394535ec
commit
09fc0f6156
@ -6,14 +6,11 @@ pipeline:
|
||||
test:
|
||||
image: python:3
|
||||
commands:
|
||||
- python3 -m venv env
|
||||
- ./env/bin/pip install tox
|
||||
- make test
|
||||
- make test-env test
|
||||
push_to_pypi:
|
||||
image: python:3
|
||||
commands:
|
||||
- ./env/bin/pip install twine
|
||||
- make upload-test
|
||||
- make build-env upload-test
|
||||
secrets:
|
||||
- source: PYPI_USERNAME
|
||||
target: TWINE_USERNAME
|
||||
|
Loading…
Reference in New Issue
Block a user