Use new make target for drone

This commit is contained in:
IamTheFij 2018-04-13 21:25:26 -07:00
parent 27394535ec
commit 09fc0f6156
1 changed files with 2 additions and 5 deletions

View File

@ -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