Commit Graph

54 Commits

Author SHA1 Message Date
Bertrand Bordage e63301d763 Switches Travis back to PostgreSQL 9.4 since its docs doesn’t make sense. 2017-06-03 01:46:04 +02:00
Bertrand Bordage 92b4bde8e0 Switches Travis to PostgreSQL 9.5. 2017-06-03 01:42:54 +02:00
Bertrand Bordage bbb2da1c5d Use Trusty in Travis. 2017-06-03 01:40:47 +02:00
Bertrand Bordage 018b6cc936 Fixes the Travis matrix by creating a script to generate it. 2017-06-03 01:36:27 +02:00
Bertrand Bordage 8aeb9f892b Makes Travis CI correctly run on different Python versions. 2017-06-03 01:25:08 +02:00
Bertrand Bordage 86d138c023 Removes Python 3.6 with Django 1.8 & 1.10. 2017-06-02 23:32:08 +02:00
Bertrand Bordage fd5e256a5e Switches to PostgreSQL 9.6. 2017-06-02 23:09:45 +02:00
Bertrand Bordage d7a36def44 Also drops Django 1.9 & Python 3.3. 2017-06-02 22:59:35 +02:00
Bertrand Bordage 2f56831316 Restores PostgreSQL in Travis CI to version 9.4. 2016-09-06 19:09:16 +02:00
Bertrand Bordage 5773b57bb6 Updates Travis CI. 2016-09-06 19:02:09 +02:00
Bertrand Bordage 43b1fa3c2d Drops Python 3.2 and Django 1.7 support. 2016-07-21 10:20:07 +02:00
Bertrand Bordage c540f1bd31 Updates test requirements to the latest Python 3 compatible ones. 2015-12-28 00:38:37 +01:00
Bertrand Bordage ca5031f9fd [Travis CI] Finally fixes the Python matrix to have all supported versions available. 2015-12-18 20:35:05 +01:00
Bertrand Bordage 65f4045aca [Travis CI] Tells explicitely Travis that it should also use Python 3.5. 2015-12-18 17:07:04 +01:00
Bertrand Bordage 224350fedb Adds Django 1.9 to the test matrix. 2015-12-18 13:43:09 +01:00
Bertrand Bordage bd16cba2ae [Travis CI] Modify the PostgreSQL user so it can create extensions. 2015-10-04 22:20:53 +02:00
Bertrand Bordage 4645ff4fb4 Updates the version of PostgreSQL used by Travis CI. 2015-10-03 04:46:24 +02:00
Bertrand Bordage b1a8bb4ba9 Adds Django 1.8 to the test matrix. 2015-04-11 03:14:10 +02:00
Bertrand Bordage 455945faa4 Removes Django 1.6 & Python 2.6 from test matrix. 2015-04-11 02:06:49 +02:00
Bertrand Bordage cbbdce4ed2 Removes Django 1.8 alpha from the test matrix. 2015-02-16 17:25:21 +01:00
Bertrand Bordage 4f7fae4219 Tests against Django 1.8a1. 2015-01-18 17:04:45 +01:00
Bertrand Bordage 6922d93a0a [Travis CI] Uses tox again. 2014-12-14 09:22:24 +01:00
Bertrand Bordage b6c1dfc200 Restores locmem support for Django 1.6. 2014-12-14 08:08:51 +01:00
Bertrand Bordage 3e8135722a Drops pylibmc support with Django 1.6 due to a severe random pylibmc freeze without traceback. 2014-12-14 07:54:54 +01:00
Bertrand Bordage 43b29a9271 Removes locmem support on Django 1.6. 2014-12-14 05:57:40 +01:00
Bertrand Bordage 88788ad92e [Travis CI] Fixes Django environment variable. 2014-12-14 05:24:46 +01:00
Bertrand Bordage 0343458a1e [Travis CI] Removes tox to see if it was the cause of the freezes. 2014-12-14 05:23:01 +01:00
Bertrand Bordage bdcf14f661 [Travis CI] Adds pylibmc to the environment matrix. 2014-12-13 23:34:41 +01:00
Bertrand Bordage 873a204ddb [Travis CI] Tries to cache pip downloads. 2014-12-09 06:12:11 +01:00
Josh Kalderimis 0dfded4140 Use the new build env on Travis
dedicated cpus, more ram, better boot times, improved networking
2014-12-09 00:05:49 +01:00
Bertrand Bordage 13ea4b0bde Removes file-based cache support for Django 1.6. 2014-12-08 03:16:31 +01:00
Bertrand Bordage b1804a11ee Adds file-based caching support. 2014-12-08 01:01:58 +01:00
Bertrand Bordage fccb6aa626 [Travis CI] Fixes the build. 2014-12-08 00:35:26 +01:00
Bertrand Bordage e40152fdda Caches pip downloads. 2014-12-07 23:44:22 +01:00
Bertrand Bordage a4f26ec8a9 [Travis] Groups environments for a faster build time. 2014-12-07 23:41:45 +01:00
Bertrand Bordage 98a3db4a3b Revert "Factorizes some Travis CI tests to avoid rebuilding envs all the time."
This reverts commit 40f455c641.
2014-11-29 03:44:05 +01:00
Bertrand Bordage 40f455c641 Factorizes some Travis CI tests to avoid rebuilding envs all the time. 2014-11-29 03:18:57 +01:00
Bertrand Bordage 24f7653f7d Splits Travis builds into jobs to lighten the servers. 2014-11-29 01:44:47 +01:00
Bertrand Bordage 1f08dada56 Adds a tox file and uses it in Travis CI. 2014-11-28 22:12:03 +01:00
Bertrand Bordage ea7b9f79cb [Travis CI] Updates the exclude matrix. 2014-10-22 22:23:46 +02:00
Bertrand Bordage fbb81197be [Travis CI] Updates Django. 2014-10-22 22:05:48 +02:00
Bertrand Bordage 57083451f1 Uses signals to invalidate cache when a DB schema is altered. 2014-10-21 20:29:02 +02:00
Bertrand Bordage a4d20241e1 Revert "[Travis CI] Removes database creation."
This reverts commit 5d8c5d5785.
2014-10-06 15:19:29 +02:00
Bertrand Bordage 5d8c5d5785 [Travis CI] Removes database creation. 2014-10-06 15:06:20 +02:00
Bertrand Bordage 8698673190 [Travis CI] Updates the exclude matrix. 2014-10-06 14:08:04 +02:00
Bertrand Bordage a37c47ab0e [Travis CI] Adds memcached to the services. 2014-10-06 13:52:21 +02:00
Bertrand Bordage 5e638805d7 [Travis CI] Adds memcached runners. 2014-10-06 04:04:10 +02:00
Bertrand Bordage c89b8e0b60 [Travis CI] Tests against memcached. 2014-10-06 03:14:58 +02:00
Bertrand Bordage 7bb8b93eb5 [Travis CI] Fix incompatibilities. 2014-09-29 23:29:41 +02:00
Bertrand Bordage 354a7b4c73 [Travis CI] Fixes a variable name. 2014-09-29 23:20:41 +02:00