Skip to content
Snippets Groups Projects
Commit deeb2bd3 authored by Olivier Le Brouster's avatar Olivier Le Brouster
Browse files

packaging

parent 825fb4ee
No related branches found
No related tags found
No related merge requests found
Showing
with 1 addition and 4 deletions
File moved
File moved
File moved
File moved
......@@ -26,7 +26,6 @@ setup(
license='BSD License',
platforms=['OS Independent'],
classifiers=CLASSIFIERS,
packages_dir={'': 'src'},
packages=find_packages(),
include_package_data=True,
zip_safe=False,
......
......@@ -3,6 +3,4 @@ envlist = py27
[testenv]
deps = six
passenv = ESTIM_EVENT_API*
setenv =
PYTHONPATH = {toxinidir}/src
commands=python -m unittest discover src/estimevent
commands=python -m unittest discover estimevent
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment