Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
joelee2012 committed Feb 18, 2020
1 parent 6abdadd commit c6ae1d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion claircli/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.6'
__version__ = '0.0.7'
11 changes: 1 addition & 10 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[tox]
skip_missing_interpreters = True
envlist = py36, py27, style
skipsdist = True

[testenv]
deps = -r{toxinidir}/test-requirements.txt
Expand All @@ -12,21 +11,13 @@ deps = pylint
commands = pylint -E claircli

[testenv:style]
basepython = python36
deps = pycodestyle
commands = pycodestyle --show-source --show-pep8 claircli

[testenv:release]
#basepython = python36
usedevelop = True
sitepackages = False
commands=
rm -rf dist/ claircli.egg-info/ build/
pip uninstall -y claircli
python setup.py sdist bdist_wheel
claircli -V
claircli batch-analyze -h
claircli fuzzy-analyze -h
skipsdist = True
deps=
wheel
wheel

0 comments on commit c6ae1d8

Please sign in to comment.