Simplify drone build
continuous-integration/drone/push Build is failing Details

This commit is contained in:
IamTheFij 2019-07-30 21:34:42 -07:00
parent 4683b3856e
commit 2e814dea86
1 changed files with 7 additions and 7 deletions

View File

@ -10,7 +10,7 @@ steps:
image: python:3
commands:
- python -V
- make test-env test
- make test
- name: notify
image: drillster/drone-email
@ -38,7 +38,7 @@ steps:
image: python:3.4
commands:
- python -V
- make test-env test
- make test
- name: notify
image: drillster/drone-email
@ -66,7 +66,7 @@ steps:
image: python:3.5
commands:
- python -V
- make test-env test
- make test
- name: notify
image: drillster/drone-email
@ -94,7 +94,7 @@ steps:
image: python:3.6
commands:
- python -V
- make test-env test
- make test
- name: notify
image: drillster/drone-email
@ -122,7 +122,7 @@ steps:
image: python:3.7
commands:
- python -V
- make test-env test
- make test
- name: notify
image: drillster/drone-email
@ -206,7 +206,7 @@ steps:
- name: push to test pypi
image: python:3
commands:
- make build-env upload-test
- make upload-test
environment:
TWINE_USERNAME:
from_secret: PYPI_USERNAME
@ -216,7 +216,7 @@ steps:
- name: push to pypi
image: python:3
commands:
- make build-env upload
- make upload
environment:
TWINE_USERNAME:
from_secret: PYPI_USERNAME