Merge branch 'ci/cd'

pull/120/head v0.15.9
Dr. Sergey Pogodin 7 years ago
commit 083b6ad431
  1. 11
      .circleci/config.yml
  2. 2
      setup.py

@ -52,10 +52,15 @@ workflows:
version: 2
build:
jobs:
- test
- test:
filters:
tags:
only: /.*/
- deploy:
filters:
only:
tags: /v[0-9]+(\.[0-9]+)*/
branches:
ignore: /.*/
tags:
only: /v[0-9]+(\.[0-9]+)*/
requires:
- test

@ -254,7 +254,7 @@ Credit
setup(
name='mythril',
version=os.getenv('CIRCLE_TAG', 'v0.0.0')[1:],
version=os.getenv('CIRCLE_TAG', 'v0.15.8')[1:],
description='Security analysis tool for Ethereum smart contracts',
long_description=long_description,

Loading…
Cancel
Save