summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Expand)AuthorAgeFilesLines
* Drop support for Django 1.8, 1.9, 1.10Johannes Linke2018-10-211-12/+0
* Add django 2.0 to the build matrix (#896)Bruno Alla2018-03-101-0/+5
* Drop support for python 3.3, it has reached its EOL and fails on travisJohannes Linke2017-10-081-1/+0
* Test against Python 3.6, update coverage dependency which was broken with 3.6Johannes Linke2017-05-211-0/+2
* Test against django 1.11Johannes Linke2017-05-211-0/+4
* Drop support for Python 3.2Johannes Linke2017-05-111-2/+0
* Test with Django 1.10Ville Skyttä2016-08-041-0/+4
* Simplify Travis config a bitVille Skyttä2016-08-041-4/+2
* Fix travis build by downgrading pip/virtualenv for Python3.2Yuri Prezument2016-01-221-0/+1
* Remove official support for Django 1.4, 1.7, add 1.9.Mathieu Pillard2015-12-091-7/+5
* Test with Python 3.5Ville Skyttä2015-12-051-0/+6
* Remove Django 1.5 and 1.6 from tox and travisCarlton Gibson2015-09-161-6/+0
* Use codecov to measure code coverageTrey Hunner2015-09-151-0/+4
* Remove sudo from .travis.yml to run on travis new architectureMathieu Pillard2015-09-141-3/+1
* Add the 1.8 envs to travisCarlton Gibson2015-03-121-0/+4
* Remove coveralls for nowCarlton Gibson2015-03-111-2/+1
* Ah, removed Python 2.5 because it's not supported on Travis anymore.Jannis Leidel2014-12-301-2/+0
* Simplified tox config with generative config.Jannis Leidel2014-12-301-12/+12
* Run automated tests on Django 1.7Corey Farwell2014-09-021-0/+4
* Added coveralls.Jannis Leidel2014-01-291-1/+2
* Use tox also on Travis to normalize test environment.Jannis Leidel2014-01-241-19/+12
* Stop using mirrors since PyPI has CDN now.Jannis Leidel2013-05-271-2/+2
* Disable gcc optimizations to speed up lxml installation.Jannis Leidel2013-05-271-1/+1
* Try importing gzip on Travis to see if this is a Travis issue.Jannis Leidel2013-05-271-0/+1
* Merge branch 'py3_new' of git://github.com/kudlatyamroth/django_compressor in...Jannis Leidel2013-05-271-0/+10
|\
| * Fix test with storage.Kudlaty2013-04-171-1/+0
| * Small changes in travis.yml making it better lookingKudlaty2013-04-161-6/+2
| * Uncomment travis test on python 2.6 - 3.2 and Django 1.4Kudlaty2013-04-161-15/+15
| * Add travis tests against python3Kudlaty2013-04-161-7/+19
* | Dropped 1.3.x support.Jannis Leidel2013-05-271-1/+0
* | Stop using crate, PyPI is now a CDN.Jannis Leidel2013-05-271-6/+1
|/
* Update travis configuration to test Django 1.5, and drop python 2.5 supportMathieu Pillard2013-03-081-3/+3
* Moved flake8 call to makefile.Jannis Leidel2012-08-031-2/+0
* Fix PEP8 errors reported by the new flake8 version (except E128, which we ign...Mathieu Pillard2012-07-171-1/+1
* Added Makefile for easier running the tests locally.Jannis Leidel2012-05-191-2/+1
* Re-enabled flake8 now that it works on Python 2.5 again.Jannis Leidel2012-05-191-1/+1
* Install lxml from source.Jannis Leidel2012-05-191-1/+1
* Install lxml and csstidy, too.Jannis Leidel2012-05-191-0/+2
* Enabled IRC notifications.Jannis Leidel2012-05-191-0/+2
* Added Travis configuration.Jannis Leidel2012-05-191-0/+22
* Removed travis configuration for now.Jannis Leidel2012-03-181-12/+0
* On character change to build on Travis.Jannis Leidel2012-02-241-0/+1
* Updated travis config file to use new Python builder.Jannis Leidel2012-02-241-6/+5
* Added travis-ci.org config file.Jannis Leidel2011-12-051-0/+12