Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update Travis config to support Python 3.5 plus Django versions 1.9 and 1.10 | Brian Buck | 2016-08-23 | 1 | -0/+5 |
| | |||||
* | Extracted logic from views - fixed tests. | Jonathan Liuti | 2015-12-01 | 1 | -0/+7 |
| | | | | | | | | | | | The logic was coupled with the views which made things difficult to reuse if you wanted to use the pdf generation somehwere else than in a view. With this patch, the logic has been moved to `utils.py` and should be more easy to reuse. Tests have been adapted and made compatible with django > 1.7 | ||||
* | Removed version from debug message | James Turnbull | 2015-07-31 | 1 | -1/+1 |
| | |||||
* | Added xfonts-75dpi | James Turnbull | 2015-07-31 | 1 | -1/+1 |
| | |||||
* | Update wkhtmltopdf deb link | James Turnbull | 2015-07-31 | 1 | -2/+2 |
| | |||||
* | Superuser privilege - Travis is picky! | Matt Lenc | 2014-07-16 | 1 | -1/+1 |
| | |||||
* | Check for wkhtmltopdf after it was installed :D | Matt Lenc | 2014-07-16 | 1 | -1/+1 |
| | |||||
* | Use precompiled library not source one | Matt Lenc | 2014-07-16 | 1 | -5/+5 |
| | |||||
* | Fix wkhtmltox for Travis | Matt Lenc | 2014-07-16 | 1 | -3/+3 |
| | |||||
* | Range Django versions | Matt Lenc | 2014-06-18 | 1 | -5/+5 |
| | |||||
* | Add apt-get update for Travis | Matt Lenc | 2014-06-18 | 1 | -0/+1 |
| | |||||
* | Move pwd to before_install section | Matt Lenc | 2014-06-18 | 1 | -6/+5 |
| | | | | C'mon Travis! | ||||
* | Double quotes for install cmds | Matt Lenc | 2014-06-18 | 1 | -9/+9 |
| | |||||
* | Travis does not like before_install? | Matt Lenc | 2014-06-18 | 1 | -2/+2 |
| | |||||
* | Move the wkhtmltopdf install process to .travis | Matt Lenc | 2014-06-18 | 1 | -2/+11 |
| | |||||
* | Make teh tests run right | Matt Lenc | 2014-06-18 | 1 | -0/+1 |
| | | | | Because Django 1.6 and other fireworks. | ||||
* | yml is hard | Matt Lenc | 2014-06-18 | 1 | -2/+2 |
| | |||||
* | Fix env for travis | Matt Lenc | 2014-06-18 | 1 | -5/+5 |
| | |||||
* | Support moar Django | Matt Lenc | 2014-06-18 | 1 | -1/+11 |
| | | | | The future is now ;] | ||||
* | Update .travis for Python3 | Matt Lenc | 2014-06-18 | 1 | -0/+2 |
| | |||||
* | Change file permission | mattack108 | 2013-01-17 | 1 | -1/+1 |
| | |||||
* | Update travis.yml | mattack108 | 2013-01-17 | 1 | -1/+1 |
| | |||||
* | Update travis with before_script.sh which install wkhtmltopdf for Travis | mattack108 | 2013-01-15 | 1 | -5/+8 |
| | |||||
* | Move requirements file to test project, update travis.yml | mattack108 | 2013-01-15 | 1 | -2/+3 |
| | |||||
* | Add requirements.txt and travis.yml files for Travis CI service | mattack108 | 2013-01-15 | 1 | -0/+9 |