Skip to content
Snippets Groups Projects
Unverified Commit 370d55c8 authored by Justin Caratzas's avatar Justin Caratzas
Browse files

modify test matrix to support django 1.8->1.11, python 2.7,3.4-3.6

Fingers Crossed!
parent 19d59d83
No related branches found
No related tags found
No related merge requests found
language: python language: python
python: python:
- "2.7" - "2.7"
- "3.3"
- "3.4" - "3.4"
- "3.5" - "3.5"
- "3.6"
before_install: before_install:
- export DJANGO_SETTINGS_MODULE=celery_haystack.test_settings - export DJANGO_SETTINGS_MODULE=celery_haystack.test_settings
install: install:
...@@ -15,9 +15,6 @@ script: ...@@ -15,9 +15,6 @@ script:
- coverage run --branch --source=celery_haystack `which django-admin.py` test celery_haystack - coverage run --branch --source=celery_haystack `which django-admin.py` test celery_haystack
- coverage report --omit=celery_haystack/test* - coverage report --omit=celery_haystack/test*
env: env:
- DJANGO="Django==1.8.7" - DJANGO="Django==1.8.18"
- DJANGO="Django==1.9" - DJANGO="Django==1.10.8"
matrix: - DJANGO="Django==1.11.5"
exclude:
- env: DJANGO="Django==1.9"
python: "3.3"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment