Commit Graph

133 Commits

Author SHA1 Message Date
Carlton Gibson 7cfbe04ab8 Merge pull request #33 from django-compressor/develop
Merge development changes for update on PyPI
2016-04-19 21:17:43 +02:00
Carlton Gibson f48b3b84b1 Merge pull request #34 from carltongibson/fixes
Pre-release changes
2016-04-19 21:11:04 +02:00
Carlton Gibson 3e8f781120 Bump Version 2016-04-19 20:59:59 +02:00
Carlton Gibson 84be5827a3 Update Changelog 2016-04-19 11:33:22 +02:00
Carlton Gibson d1f73651ee Remove py35-dj19 from allow_failures 2016-03-20 11:54:52 +01:00
Carlton Gibson 71c2f9397b Add tests checking `override_settings` compat.
Ref #29 and #30
2016-03-19 21:20:35 +01:00
Carlton Gibson c323ecdf8c Remove Python < 2.6 `__members__` support 2016-03-19 21:00:22 +01:00
Carlton Gibson 190e5d3313 Get Python 3.5 tests working on Travis 2016-03-19 20:50:28 +01:00
Carlton Gibson 774ac5aa63 Drop EOL Django versions from Travis 2016-03-19 20:37:26 +01:00
Carlton Gibson d82f0f3e67 Merge pull request #32 from carltongibson/fix-pip8-py32-build-issue
Fix Travis build for Py32
2016-02-03 16:38:45 +01:00
Carlton Gibson 44478f08df Fix Travis build for Py32 2016-02-03 16:26:05 +01:00
Carlton Gibson 1111a974df Merge pull request #31 from scop/travis
Update Django 1.9 and master test configs
2016-02-03 16:00:02 +01:00
Ville Skyttä 1a0a4644fb Update Django 1.9 and master test configs 2015-12-04 20:21:28 +02:00
Carlton Gibson 41288c98e1 Merge pull request #28 from wtayyeb/patch-1
use django.utils.six instead of standalone six
2015-11-01 15:03:51 +01:00
Tayyeb 6ceec37832 force using coverage 3.7.1 with python3.2 2015-11-01 16:33:21 +03:30
wtayyeb 937219834a remove dependency to six 2015-10-22 02:18:09 +03:30
wtayyeb 2e7c443c30 use django.utils.six
this app is working in django, so no need to add additional dependency when it exist. using django.utils.six is better.
2015-10-22 02:16:44 +03:30
Carlton Gibson fe126b4432 Merge pull request #26 from treyhunner/add-codecov
Measure code coverage with Codecov
2015-09-16 17:54:34 +02:00
Trey Hunner 1c7862b3b9 Add Codecov badge 2015-09-16 07:41:42 -07:00
Trey Hunner f9ac9ff79a Add Codecov to Travis 2015-09-16 07:40:38 -07:00
Carlton Gibson a7f0ba6207 Merge pull request #24 from diox/travis-notifications
Send travis notifications on IRC
2015-09-16 11:36:10 +02:00
Mathieu Pillard ac375c14c5 Send travis notifications on IRC 2015-09-16 11:32:19 +02:00
Carlton Gibson 5d923674be Merge pull request #23 from carltongibson/test-fixes
Update Tox and Travis configs
2015-09-16 11:22:08 +02:00
Carlton Gibson 0d2e8d05b7 Allow failures against Django `master` 2015-09-16 09:59:44 +02:00
Carlton Gibson 364c5e4b0b Don't use sudo for Travis
Will switch to newer infrastructure — will hopefully mean `python3.5` is available.
2015-09-16 09:43:55 +02:00
Carlton Gibson 50e51fb940 Drop Python 3.2, 3.3 Add Python 3.5 for Django 1.9
https://docs.djangoproject.com/en/dev/releases/1.9/
2015-09-16 09:37:04 +02:00
Carlton Gibson 36ba2c7b50 Drop testing against Django 1.5 and 1.6
No longer supported https://www.djangoproject.com/download/#supported-versions
2015-09-16 09:35:10 +02:00
Carlton Gibson 019f982548 Also move to `tar.gz` for Django 1.8.x
Django Ticket: https://code.djangoproject.com/ticket/25411
2015-09-16 09:25:13 +02:00
Carlton Gibson 25221a483f Switch Django master from `zip` to `tar`
Avoids pip issue with Unicode filenames

https://github.com/pypa/pip/issues/2729
2015-09-16 09:09:36 +02:00
Carlton Gibson 9eb808735c Update links to Travis 2015-09-16 08:37:51 +02:00
Jannis Leidel a3e8adff68 Merge branch 'hotfix/1.0.1' into develop 2015-02-15 14:33:04 +01:00
Jannis Leidel baa0d81e17 Bumped version since we live in crazyland. 2015-02-15 14:32:45 +01:00
Jannis Leidel 32d2e0c560 Merge branch 'release/1.0' into develop 2015-02-15 14:20:45 +01:00
Jannis Leidel 75c8ca4fd6 Merge branch 'release/1.0' 2015-02-15 14:20:37 +01:00
Jannis Leidel b9a611455d Bumped version up a notch. 2015-02-15 14:20:32 +01:00
Jannis Leidel 2cca343d29 Minor cosmetic issues 2015-02-15 14:20:21 +01:00
Jannis Leidel 5bba9a3169 Use production trove classifier. 2015-02-15 14:18:22 +01:00
Jannis Leidel a762e32d55 Updated changelog and README. 2015-02-15 14:18:11 +01:00
Jannis Leidel 660710ed92 Fixed classifiers. 2015-02-15 13:48:35 +01:00
Jannis Leidel 48c174a232 Modernize test setup. 2015-02-15 13:48:14 +01:00
Jannis Leidel 5a2cf6f501 Create universal wheel files. 2015-02-15 13:24:45 +01:00
Jannis Leidel 5f5e43afad Merge pull request #12 from philippbosch/patch-1
Mandatory nit-picking.
2015-02-15 13:23:21 +01:00
Jannis Leidel 419bd526b5 Merge pull request #15 from paltman/develop
Use import_module from standard library if exists
2015-02-15 13:23:03 +01:00
Patrick Altman 6482ca3c30 Add myself to AUTHORS 2015-02-15 05:21:29 -06:00
Patrick Altman 74f69b77dc Exclude Python 2.6 from Django 1.7+ tests 2015-02-15 05:13:23 -06:00
Patrick Altman 289859d642 Update travis config
Added Django 1.7 to list of envs; removed outdated pip env vars.
2015-02-15 05:05:57 -06:00
Patrick Altman 4848baf76e Use import_module from standard library if exists
Django 1.8+ drops `django.utils.importlib`. I imagine because that is because an older version of Python (either 2.5 and/or 2.6) is being dropped. I haven't checked older versions but `importlib` exists in Python 2.7.
2015-02-15 05:01:03 -06:00
Philipp Bosch 27143f34c0 Mandatory nit-picking. 2014-04-02 16:43:33 +02:00
Jannis Leidel de23f52139 Use correct test methods. 2013-06-15 15:16:09 +02:00
Jannis Leidel e600d6fa57 Dropped 2.5 support since some dependencies don't support it anymore. 2013-06-15 15:14:31 +02:00