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

add tox.ini

parent d95ba798
Branches
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ setup(
author="Autistici/Inventati",
author_email="info@autistici.org",
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=[],
zip_safe=False,
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