0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-25 13:10:14 +01:00
Commit Graph

32 Commits

Author SHA1 Message Date
Matt Westcott
0b31f9933f enable tox tests for mysql 2015-02-23 15:33:36 +00:00
Karl Hobley
878addd737 Removed Python 3.2 from travis/tox 2015-01-28 09:43:50 +00:00
Karl Hobley
2d9e39d084 Added Django 1.8 to tox/travis 2015-01-28 09:42:10 +00:00
Matt Westcott
2c50f07136 add py34-dj17-sqlite to travis tests 2015-01-06 15:38:32 +00:00
Karl Hobley
b9ce897441 Removed support for Django 1.6 and Python 2.6 2015-01-02 17:27:54 +00:00
Karl Hobley
43ebd845b6 Added Django 1.7 to tox settings. Use tox on travis 2014-07-28 15:52:42 +01:00
Karl Hobley
f758808a21 Added python 3.2 to travis settings 2014-07-02 22:02:07 +01:00
Matt Westcott
ab486a526a update travis config to not accept failures on 3.4 2014-07-02 17:16:19 +01:00
Neal Todd
ea292d0569 Bump 1.6 testing from 1.6.2 to 1.6.5. Add job for python 3.4 (allowing failure for now). Add commented stub for 1.7.0 jobs when it's released (resulting in four jobs overall). 2014-07-02 13:12:13 +01:00
Karl Hobley
598e6193da Install elasticsearch instead of elasticutils on travis
Conflicts:
	.travis.yml
2014-06-20 10:31:21 +01:00
Tom Talbot
cc2d8b6873 Truncate long search strings
Search query strings must not exceed 255 characters; they will be
truncated if they do. Also added embedly library for Travis.
2014-06-13 14:18:16 +01:00
Karl Hobley
6107fa0bcf Removed unittest2 from .travis.yml 2014-06-03 09:43:10 +01:00
Matt Westcott
41c5c1c457 Python 2.6 compatibility - fixes #156 2014-04-24 16:41:58 +01:00
Karl Hobley
381f8b29d3 Pin elasticutils to version 0.8.2 in .travis.yml (#181) 2014-04-04 09:39:23 +01:00
Neal Todd
d3adc33453 Back to pip wand
Travis VM can't find the python-wand apt-package. But the VM does include ImageMagick automatically so see if this is enough or whether libmagickwand-dev apt package is needed for any other dependencies.
2014-03-12 10:17:40 +00:00
Neal Todd
66c35c1cca Apt installs do need to run with sudo 2014-03-12 10:06:34 +00:00
Neal Todd
8573dde60e Use python-wand apt package for testing
which includes all dependencies (e.g. ImageMagick)
2014-03-12 09:56:27 +00:00
Neal Todd
3c6f76af5e Bumping Django version to 1.6.2 and adding Wand package 2014-03-12 09:45:45 +00:00
Neal Todd
fcdca501a4 Add a change to bump Travis into running again
Internal setup failure (?) in Travis led to spurious test error
2014-02-27 09:05:26 +00:00
Karl Hobley
9322cf71ae Added .coveragerc 2014-02-23 17:23:28 +00:00
Neal Todd
4f1b7ac292 Omit vendor packages (treebeard currently) and migrations from code coverage. 2014-02-17 18:10:55 +00:00
Neal Todd
42282d9345 Fix typo in command 2014-02-17 16:36:59 +00:00
Neal Todd
f1175f1d3b Integrate Coveralls reporting into Travis CI 2014-02-17 16:30:39 +00:00
Neal Todd
f1d155e324 Encrypted Slack webhook 2014-02-14 17:35:57 +00:00
Neal Todd
a58b6203dd Updated Travis to Slackwebhook token (and tweaked README formatting to use snippet given by Travis) 2014-02-14 17:14:52 +00:00
Neal Todd
fdc89f5ea1 Travis webhook for Slack 2014-02-14 13:26:17 +00:00
Neal Todd
ec738ef70d Another elasticsearch dependency 2014-02-14 12:43:03 +00:00
Neal Todd
aaf1dc5307 Wagtail doesn't require elasticsearch but tests currently configured with elasticsearch tests (albeit skipped) so need to install pyelasticsearch dependency. 2014-02-14 12:37:30 +00:00
Neal Todd
11f2a1edf5 Matching test database name to exactly the postgres default in runtests.py. 2014-02-14 12:26:44 +00:00
Neal Todd
919f649674 Wagtail doesn't require postgres but tests currently configured to run using postgres so need to install psycopg2 dependency. 2014-02-14 12:15:34 +00:00
Neal Todd
2016dd8875 Fixed typo 2014-02-14 12:08:42 +00:00
Neal Todd
22e1f75684 Initial Travis CI configuration to test the CI setup itself. 2014-02-14 12:03:29 +00:00