Update tox and requirements

This commit is contained in:
James Page 2016-06-20 15:41:14 +01:00
parent 83a5a34c7c
commit d960d6ddcf
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,4 @@
charm-tools
flake8
ruamel.yaml==0.10.12
simplejson

View File

@ -3,6 +3,7 @@ skipsdist = True
envlist = pep8
[testenv]
basepython = python2.7
setenv = VIRTUAL_ENV={envdir}
PYTHONHASHSEED=0
TERM=linux
@ -15,14 +16,12 @@ install_command =
deps =
-r{toxinidir}/requirements.txt
[testenv:generate]
basepython = python2.7
[testenv:build]
commands =
charm generate --log-level DEBUG -o {toxinidir}/build src
charm-build --log-level DEBUG -o {toxinidir}/build src
[testenv:venv]
commands = {posargs}
[testenv:pep8]
basepython = python2.7
commands = flake8 {posargs} src/reactive src/lib