Commit graph

19 commits

Author SHA1 Message Date
Benedikt Willi
db1d53ea42
Update .travis.yml 2020-04-23 17:19:25 +02:00
Benedikt Willi
25fa4da0d1
Update .travis.yml 2020-04-23 17:09:16 +02:00
Benedikt Willi
2824430736
Update .travis.yml 2020-04-23 16:31:37 +02:00
Benedikt Willi
18968c064d
Update .travis.yml 2020-04-23 16:20:41 +02:00
Benedikt Willi
549a0d2b4c
Update .travis.yml 2020-04-23 14:18:20 +02:00
Benedikt Willi
9b2c63d885
Update .travis.yml 2020-04-23 11:37:43 +02:00
Benedikt Willi
81e78d8312
Update .travis.yml 2020-04-23 10:50:49 +02:00
Alejandro R. Sedeño
2d3d098a5f Update test versions
Django < 1.11 is no longer supported by Django or Haystack

Test against latest versions of Django 1.11, 2.0, 2.1.
Test against python 2.7 (django 1.11 only), 3.5, 3.6, 3.7 (on xenial).

Update xapian old-stable to 1.2.25, only for py27.
Update xapian old-dev to 1.3.6, only for py27, py34.
Update xapian stable to 1.4.9.

xapian 1.3.6 included just to keep coverage numbers up.
xapian 1.3.7 not included because it didn't build with install-xapian.sh.
2019-01-17 17:49:22 +01:00
Jorge C. Leitão
313ef57a55 Fixed Travis build and added Xapian 1.4.1 to it. 2016-10-30 14:32:22 +01:00
Claude Paroz
c330906457 Dropped support for Django 1.6/1.7 and added Django 1.9/1.10 support 2016-10-14 16:25:43 +02:00
Jorge C. Leitão
62a781bf74 Added Python 3 to build. 2015-11-13 20:56:04 +01:00
Jorge C. Leitão
608e559b4a Simplified Django versions in Travis. 2015-11-12 00:27:17 +01:00
Jorge C. Leitão
e31f6bbce4 Added coveralls to travis build. 2015-11-12 00:22:06 +01:00
Jorge C. Leitão
db8d849dc7 Fixed tests in Travis.
This commit is supposed to be reverted at some point: it monkey
patches the whole module test_haystack/__init__.py so Django
is not setup twice.

This was the only way to avoid circular imports when using
django-admin.py to run tests in Django-Haystack.
2015-04-16 20:28:26 +02:00
Jorge C. Leitão
8f97971de3 Simplified call to run the tests. 2015-04-16 20:28:26 +02:00
Claude Paroz
81ee120900 Test against multiple Django versions 2015-04-16 15:27:23 +02:00
Jorge C. Leitão
26fbee4703 Merged two commands in travis conf. 2014-09-11 18:46:34 +02:00
Jorge C. Leitão
9399958ab1 Fixed incompatibility with Django-Haystack tests. 2014-09-11 18:39:01 +02:00
Jorge C. Leitão
a7082c9127 Added travis CI to code. 2014-05-11 19:55:10 +02:00