Remove unnecessary python dirs
This commit is contained in:
2
setup.py
2
setup.py
@@ -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
5
test-requirements.txt
Normal 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
|
@@ -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
|
|
5
tox.ini
5
tox.ini
@@ -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
|
||||||
|
Reference in New Issue
Block a user