Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-01 | fix 'Make pyflakes' | Scott Moser | |
2015-02-10 | skip cheetah dependent test | Scott Moser | |
2015-02-10 | make bddeb work with python3 or python2 | Scott Moser | |
painful, and not perfect, but at this point the output builds on a vivid system python2 (bddeb --python2) or python3. * remove use of cheetah by bddeb in favor of builtin renderer * add '--python2' flag to bddeb and knowledge of python 2 and python3 package names. * read-dependencies can now read test-requirements also. * differenciate from build-requirements and runtime requirements. | |||
2015-01-26 | Repair the Python 2.6 tests. | Barry Warsaw | |
2015-01-21 | Only install cheetah (and only run the cheetah templating test) when in Python | Barry Warsaw | |
2. Cheetah is not compatible with Python 3. | |||
2015-01-06 | tools/run-pep8: remove leading ',' fed to --ignore | Scott Moser | |
--ignore was being called with ',E121,E...' rather than 'E121,E...'. that resulted in odd behavior, missing the pep8 errors that are fixed here. | |||
2014-07-23 | more import statements | Dimitri John Ledkov | |
2014-07-21 | use textwrap, simple formatting improvement. | Scott Moser | |
2014-07-18 | Add non braces matching and a few more tests | Joshua Harlow | |
2014-07-16 | Add basic renderer support and more robust import handling | Joshua Harlow | |
2014-03-07 | Add some basic template tests | Joshua Harlow | |