update workflow

This commit is contained in:
Glen Knight
2018-03-29 01:34:59 -04:00
parent 5a22c978cf
commit d01b3a88b6

View File

@@ -1,7 +1,4 @@
# Python CircleCI 2.0 configuration file
# Updating CircleCI configuration from v1 to v2 # Updating CircleCI configuration from v1 to v2
# Check https://circleci.com/docs/2.0/language-python/ for more details
#
version: 2 version: 2
jobs: jobs:
build: build:
@@ -41,5 +38,15 @@ jobs:
jobs: jobs:
- build - build
- test - test
- deploy - deploy:
- release requires:
- test
filters:
branches:
only: master
- release:
requires:
- test
filters:
tags:
only: /.*/