Merge "Update to charm-tools >= 2.0.0"

This commit is contained in:
Jenkins 2016-03-23 12:22:35 +00:00 committed by Gerrit Code Review
commit 7d7c690920
2 changed files with 3 additions and 2 deletions

View File

@ -5,4 +5,5 @@ coverage>=3.6
mock>=1.2 mock>=1.2
flake8>=2.2.4,<=2.4.1 flake8>=2.2.4,<=2.4.1
os-testr>=0.4.1 os-testr>=0.4.1
charm-tools charm-tools>=2.0.0
requests==2.6.0

View File

@ -19,7 +19,7 @@ basepython = python2.7
deps = -r{toxinidir}/requirements.txt deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt -r{toxinidir}/test-requirements.txt
commands = flake8 {posargs} hooks unit_tests tests actions commands = flake8 {posargs} hooks unit_tests tests actions
charm proof charm-proof
[testenv:venv] [testenv:venv]
commands = {posargs} commands = {posargs}