Skip to content
This repository has been archived by the owner on Apr 7, 2020. It is now read-only.

Commit

Permalink
TEST: limit travis test to django-cms<3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien Delhorme committed Feb 22, 2018
1 parent a799534 commit 8544af9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ python:
- "3.5"
- "3.6"
env:
- DJANGO="django>=1.8,<1.9" CMS="django-cms>=3.2"
- DJANGO="django>=1.9,<1.10" CMS="django-cms>=3.2"
- DJANGO="django>=1.10,<1.11" CMS="django-cms>=3.2"
- DJANGO="django>=1.11,<2" CMS="django-cms>=3.2"
- DJANGO="django>=1.8,<1.9" CMS="django-cms>=3.2,<3.5"
- DJANGO="django>=1.9,<1.10" CMS="django-cms>=3.2,<3.5"
- DJANGO="django>=1.10,<1.11" CMS="django-cms>=3.2,<3.5"
- DJANGO="django>=1.11,<2" CMS="django-cms>=3.2,<3.5"
- TOXENV=lint

matrix:
exclude:
- python: "3.3"
env: DJANGO="django>=1.9,<1.10" CMS="django-cms>=3.2"
env: DJANGO="django>=1.9,<1.10" CMS="django-cms>=3.2,<3.5"
- python: "3.5"
env: DJANGO="django>=1.7,<1.8" CMS="django-cms>=3.2,<3.3"
- python: "3.3"
Expand Down

0 comments on commit 8544af9

Please sign in to comment.