Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated fabfile to automate deploying a release. Includes building a release ↵ | Waylan Limberg | 2011-08-03 | 1 | -2/+81 |
| | | | | distribution, registering it with PyPI and uploading donwloads to PyPI and Github. | ||||
* | Added doctests to fabfile and edited them to pass in all supported versions ↵ | Waylan Limberg | 2011-08-02 | 1 | -0/+1 |
| | | | | of python. Note: one test (meta) is still failing on Python 3 due to unicode strings. | ||||
* | Added fabfile as a script to automate various common mainentance tasks. ↵ | Waylan Limberg | 2011-07-24 | 1 | -0/+68 |
Currently only automates testing (makes 2to3 testing easier). More featurs to come. |