Skip to content
Snippets Groups Projects
Commit 84f236c1 authored by ale's avatar ale
Browse files

add tox.ini

parent d95ba798
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ setup( ...@@ -9,7 +9,7 @@ setup(
author="Autistici/Inventati", author="Autistici/Inventati",
author_email="info@autistici.org", author_email="info@autistici.org",
url="https://git.autistici.org/ai/authserv", url="https://git.autistici.org/ai/authserv",
install_requires=["python-ldap", "PyOpenSSL", "Flask", "python-memcached", "nose"], install_requires=["gevent", "python-ldap", "PyOpenSSL", "Flask", "python-memcached"],
setup_requires=[], setup_requires=[],
zip_safe=False, zip_safe=False,
packages=find_packages(), packages=find_packages(),
......
tox.ini 0 → 100644
[testenv]
deps=
python-ldap-test
nose
mock
coverage
commands=
nosetests \
--with-coverage --cover-package=authserv \
[]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment