Tidy, drop surplus files

This commit is contained in:
James Page 2015-12-14 17:15:31 +00:00
parent ece3b913ec
commit 1947f603d2
3 changed files with 0 additions and 29 deletions

View File

@ -39,4 +39,3 @@ options:
default: RegionOne
type: string
description: OpenStack Region

View File

@ -1,3 +0,0 @@
flake8>=2.2.4,<=2.4.1
os-testr>=0.4.1
charm-tools

25
tox.ini
View File

@ -1,25 +0,0 @@
[tox]
envlist = lint,py27
skipsdist = True
[testenv]
setenv = VIRTUAL_ENV={envdir}
PYTHONHASHSEED=0
install_command =
pip install --allow-unverified python-apt {opts} {packages}
commands = ostestr {posargs}
[testenv:py27]
basepython = python2.7
deps = -r{toxinidir}/test-requirements.txt
[testenv:lint]
basepython = python2.7
deps = -r{toxinidir}/test-requirements.txt
commands = flake8 {posargs} lib
[testenv:venv]
commands = {posargs}
[flake8]
ignore = E402,E226