freelawproject / reporters-db

A database of court reporters, tests and other experiments
BSD 2-Clause "Simplified" License
93 stars 34 forks source link

Adding setup.py packaging to the Reporters DB #10

Closed voutilad closed 8 years ago

voutilad commented 8 years ago

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.

mlissner commented 8 years ago

Wonderful.