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

Commit

Permalink
TEST: exclude python3.3 from tests env
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien Delhorme committed Feb 22, 2018
1 parent 8544af9 commit 5b81a99
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
Expand All @@ -14,8 +13,6 @@ env:

matrix:
exclude:
- python: "3.3"
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
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
envlist=
py27-djangocms{32,33}-django{18,19},
py27-djangocms34-django{18,19,110,111},
py{33,34,35,36}-django111,
py{34,35,36}-django111,
lint

[flake8]
Expand Down

0 comments on commit 5b81a99

Please sign in to comment.