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

Commit

Permalink
TEST: fix travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien Delhorme committed Feb 22, 2018
1 parent c538cb6 commit a799534
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,20 @@ python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"
env:
- DJANGO="django>=1.7,<1.8" CMS="django-cms>=3.1,<3.3"
- DJANGO="django>=1.8,<1.9" CMS="django-cms>=3.1"
- DJANGO="django>=1.9,<1.10" CMS="django-cms>=3.1"
- 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"
- TOXENV=lint

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

0 comments on commit a799534

Please sign in to comment.