Now installable via python setup.py install (and removable via pip uninstall reporters-db).
Had to do a slight refactor, but tests also pass.
Updated the Travis file, as well, since it seemed to try to run tests.py but it had no entry point for __main__ so no tests actually ran :-) Tests can be run via that script or python setup.py test.
Now installable via
python setup.py install
(and removable viapip uninstall reporters-db
).Had to do a slight refactor, but tests also pass.
Updated the Travis file, as well, since it seemed to try to run
tests.py
but it had no entry point for__main__
so no tests actually ran :-) Tests can be run via that script orpython setup.py test
.