Remove unnecessary python dirs
This commit is contained in:
parent
394b40d60a
commit
97f4e34d58
2
setup.py
2
setup.py
@ -26,7 +26,7 @@ setup(name="pyngus",
|
||||
author="kgiusti",
|
||||
author_email="kgiusti@apache.org",
|
||||
packages=["pyngus"],
|
||||
package_dir={"pyngus": "python/pyngus"},
|
||||
package_dir={"pyngus": "pyngus"},
|
||||
description="Callback API implemented over Proton",
|
||||
url="https://github.com/kgiusti/pyngus",
|
||||
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
|
||||
|
||||
[testenv]
|
||||
deps = -r{toxinidir}/tests/python/test-requirements.txt
|
||||
commands = {toxinidir}/tests/python/test-runner
|
||||
usedevelop=True
|
||||
deps = -r{toxinidir}/test-requirements.txt
|
||||
commands = {toxinidir}/tests/test-runner
|
||||
|
||||
[testenv:pep8]
|
||||
commands = flake8
|
||||
|
Loading…
x
Reference in New Issue
Block a user