Skip to content

Commit

Permalink
Updated travis spec
Browse files Browse the repository at this point in the history
  • Loading branch information
maciej-gol committed Sep 1, 2018
1 parent a3ff7ab commit 911b9d4
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ python:
- "3.6"

env:
- DJANGO_LT=1.12 CELERY_LT=4.0
- DJANGO_LT=1.12 CELERY_LT=4.1
- DJANGO_LT=1.12 CELERY_LT=4.2
- DJANGO_LT=1.12 CELERY_LT=4.3
- DJANGO_SPEC=<1.12 CELERY_SPEC=<4.0
- DJANGO_SPEC=<1.12 CELERY_SPEC=<4.1
- DJANGO_SPEC=<1.12 CELERY_SPEC=<4.2
- DJANGO_SPEC=<1.12 CELERY_SPEC=<4.3
- DJANGO_SPEC= CELERY_SPEC=

install:
- "pip install \"Django<${DJANGO_LT}\" \"celery<${CELERY_LT}\""
- "pip install \"Django${DJANGO_SPEC}\" \"celery${CELERY_SPEC}\""
- pip install .

services:
Expand Down

0 comments on commit 911b9d4

Please sign in to comment.