Remove unnecessary python dirs

This commit is contained in:
Flavio Percoco
2015-05-14 10:54:48 +02:00
parent 394b40d60a
commit 97f4e34d58
31 changed files with 9 additions and 10 deletions

View File

@@ -26,7 +26,7 @@ setup(name="pyngus",
author="kgiusti", author="kgiusti",
author_email="kgiusti@apache.org", author_email="kgiusti@apache.org",
packages=["pyngus"], packages=["pyngus"],
package_dir={"pyngus": "python/pyngus"}, package_dir={"pyngus": "pyngus"},
description="Callback API implemented over Proton", description="Callback API implemented over Proton",
url="https://github.com/kgiusti/pyngus", url="https://github.com/kgiusti/pyngus",
license="Apache Software License", license="Apache Software License",

5
test-requirements.txt Normal file
View File

@@ -0,0 +1,5 @@
pep8>=1.4.5,<=1.5.7
pyflakes>=0.7.3
flake8>=2.1.0
-e git+https://github.com/FlaPer87/qpid-proton.git#egg=python-qpid-proton&subdirectory=proton-c/bindings/python

View File

@@ -1,7 +0,0 @@
pep8>=1.4.5,<=1.5.7
pyflakes>=0.7.3
flake8>=2.1.0
# This requires that qpid-proton-c-devel packages
# are installed on your system:
python-qpid-proton>=0.7,<0.8

View File

@@ -4,8 +4,9 @@
envlist = py26,py27,pep8 envlist = py26,py27,pep8
[testenv] [testenv]
deps = -r{toxinidir}/tests/python/test-requirements.txt usedevelop=True
commands = {toxinidir}/tests/python/test-runner deps = -r{toxinidir}/test-requirements.txt
commands = {toxinidir}/tests/test-runner
[testenv:pep8] [testenv:pep8]
commands = flake8 commands = flake8