0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-24 19:17:48 +01:00
Commit Graph

22 Commits

Author SHA1 Message Date
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