diff --git a/requirements-dev-py3.txt b/requirements-dev-py3.txt new file mode 100644 index 0000000..38fec85 --- /dev/null +++ b/requirements-dev-py3.txt @@ -0,0 +1,21 @@ +# The following are only required in development, not production +nose +coverage +sphinx +pep8 +autopep8 +mock +pyinotify + +# Required for optional extensions (only the ones supported on py3) +argcomplete +pystache +pyYaml +colorlog +configobj +tabulate +pylibmc +redis +jinja2 +watchdog +pybars3 \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 2313b24..0e6f9dd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,9 +1,12 @@ + [nosetests] -verbosity=3 +verbosity=2 debug=0 detailed-errors=1 with-coverage=1 cover-package=wo +cover-inclusive=1 cover-erase=1 cover-html=1 cover-html-dir=coverage_report/ +where=tests/ \ No newline at end of file