Commit Graph

14 Commits (c97b51fec5a597b0b708241ddd1ec1e0948d68d3)

Author SHA1 Message Date
Isis Lovecruft c97b51fec5
Add versioneer and restructure the repo into a src/ dir. 2013-05-12 09:32:46 +00:00
Isis Lovecruft 58300c3149
Enable all tests in the Makefile.
* To run tests, it is necessary -- due to the module structure -- to do:
       $ make uninstall && make install && make test
   which is recommended to do in a virtualenv, or similar such isolated testing
   environment.
2013-05-10 09:34:46 +00:00
Isis Lovecruft b183f6984a
Add listkeys tests to Makefile command. 2013-04-17 22:38:07 +00:00
Isis Lovecruft f76fa59827
Add parsers.py tests to the "make tests" command in the Makefile. 2013-04-17 00:16:59 +00:00
Isis Lovecruft 12a2a8fe35
Add --no-site-files to virtualenv setup lne in Makefile. 2013-04-15 00:19:08 +00:00
Isis Lovecruft c323935000
Append genkey and sign tests to Makefile command. 2013-04-15 00:18:30 +00:00
Isis Lovecruft 799845c760
Remove the dash from "clean-docs" in the Makefile for tab completion. 2013-04-14 09:29:35 +00:00
Isis Lovecruft 6f9e0b4a30
Update top-level Makefile with new directory structure. 2013-04-11 23:46:49 +00:00
Isis Lovecruft 9e0e0a0d4e Add Makefile command for creating a virtualenv with virtualenvwrapper. 2013-04-10 17:51:06 +00:00
Isis Lovecruft 7d22ddeabc
Add uninstall command to top-level Makefile. 2013-04-05 23:12:53 +00:00
Isis Lovecruft e8a536d4b1
Update top-level Makefile with documentation generation commands. 2013-04-05 23:11:35 +00:00
Isis Lovecruft 86be391a56
Add documentation creator and first set of API docs.
* This uses Sphinx's command 'sphinx-apidoc'.
 * TODO Find a way to make Sphinx build the documentations without installing
   the module locally first.
2013-04-05 22:50:52 +00:00
Isis Lovecruft 4d2ce56ab3 Change Makefile 'make test' to only use basic tests.
* This should reduce the load on TravisCI workers.
2013-03-18 19:36:29 +00:00
Isis Lovecruft 5952d5c09e Add Makefile for common testing tasks. 2013-03-18 19:36:29 +00:00