aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Get correct Django versions for Python 3.3Brian Buck2016-08-231-0/+4
|
* Get correct Django versions for Python 3.5Brian Buck2016-08-231-0/+6
|
* Don't test Django 1.9/1.10 under Python 2.6.Brian Buck2016-08-231-1/+5
| | | | Fix missing quote mark on Python 3.5 exclusion.
* Update Travis config to support Python 3.5 plus Django versions 1.9 and 1.10Brian Buck2016-08-231-0/+5
|
* Extracted logic from views - fixed tests.Jonathan Liuti2015-12-011-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 messageJames Turnbull2015-07-311-1/+1
|
* Added xfonts-75dpiJames Turnbull2015-07-311-1/+1
|
* Update wkhtmltopdf deb linkJames Turnbull2015-07-311-2/+2
|
* Superuser privilege - Travis is picky!Matt Lenc2014-07-161-1/+1
|
* Check for wkhtmltopdf after it was installed :DMatt Lenc2014-07-161-1/+1
|
* Use precompiled library not source oneMatt Lenc2014-07-161-5/+5
|
* Fix wkhtmltox for TravisMatt Lenc2014-07-161-3/+3
|
* Range Django versionsMatt Lenc2014-06-181-5/+5
|
* Add apt-get update for TravisMatt Lenc2014-06-181-0/+1
|
* Move pwd to before_install sectionMatt Lenc2014-06-181-6/+5
| | | | C'mon Travis!
* Double quotes for install cmdsMatt Lenc2014-06-181-9/+9
|
* Travis does not like before_install?Matt Lenc2014-06-181-2/+2
|
* Move the wkhtmltopdf install process to .travisMatt Lenc2014-06-181-2/+11
|
* Make teh tests run rightMatt Lenc2014-06-181-0/+1
| | | | Because Django 1.6 and other fireworks.
* yml is hardMatt Lenc2014-06-181-2/+2
|
* Fix env for travisMatt Lenc2014-06-181-5/+5
|
* Support moar DjangoMatt Lenc2014-06-181-1/+11
| | | | The future is now ;]
* Update .travis for Python3Matt Lenc2014-06-181-0/+2
|
* Change file permissionmattack1082013-01-171-1/+1
|
* Update travis.ymlmattack1082013-01-171-1/+1
|
* Update travis with before_script.sh which install wkhtmltopdf for Travismattack1082013-01-151-5/+8
|
* Move requirements file to test project, update travis.ymlmattack1082013-01-151-2/+3
|
* Add requirements.txt and travis.yml files for Travis CI servicemattack1082013-01-151-0/+9