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