Skip to content

Commit d98bb0f

Browse files
committedNov 28, 2015
Drop support for Python 2.6.
1 parent ae85d5a commit d98bb0f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+24
-134
lines changed
 

‎.travis.yml

-23
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ python:
55
- 3.4
66
- 3.3
77
- 2.7
8-
- 2.6
98

109
sudo: false
1110

@@ -65,26 +64,6 @@ notifications:
6564
matrix:
6665
exclude:
6766

68-
- python: 2.6
69-
env: DJANGO=1.7 DATABASE_URL='sqlite://localhost/:memory:' SELENIUM=0
70-
- python: 2.6
71-
env: DJANGO=1.7 DATABASE_URL='mysql://root@127.0.0.1/djangocms_test' SELENIUM=0
72-
- python: 2.6
73-
env: DJANGO=1.7 DATABASE_URL='postgres://postgres@127.0.0.1/djangocms_test' SELENIUM=0
74-
- python: 2.6
75-
env: DJANGO=1.7 DATABASE_URL='postgres://postgres@127.0.0.1/djangocms_test' SELENIUM=1 AUTH_USER_MODEL='emailuserapp.EmailUser'
76-
77-
- python: 2.6
78-
env: DJANGO=1.8 DATABASE_URL='sqlite://localhost/:memory:' SELENIUM=0 MIGRATE_OPTION='--migrate'
79-
- python: 2.6
80-
env: DJANGO=1.8 DATABASE_URL='mysql://root@127.0.0.1/djangocms_test' SELENIUM=0
81-
- python: 2.6
82-
env: DJANGO=1.8 DATABASE_URL='postgres://postgres@127.0.0.1/djangocms_test' SELENIUM=0 MIGRATE_OPTION='--migrate'
83-
- python: 2.6
84-
env: DJANGO=1.8 DATABASE_URL='postgres://postgres@127.0.0.1/djangocms_test' SELENIUM=1 AUTH_USER_MODEL='emailuserapp.EmailUser'
85-
- python: 2.6
86-
env: DJANGO=1.8 DATABASE_URL='postgres://postgres@127.0.0.1/djangocms_test' SELENIUM=1 AUTH_USER_MODEL='customuserapp.User'
87-
8867
- python: 2.7
8968
env: DJANGO=1.7 DATABASE_URL='sqlite://localhost/:memory:' SELENIUM=0
9069
- python: 2.7
@@ -115,8 +94,6 @@ matrix:
11594
- python: 3.5
11695
env: DJANGO=1.7 DATABASE_URL='postgres://postgres@127.0.0.1/djangocms_test' SELENIUM=1 AUTH_USER_MODEL='emailuserapp.EmailUser'
11796

118-
- python: 2.6
119-
env: DJANGO=1.9 DATABASE_URL='postgres://postgres@127.0.0.1/djangocms_test' SELENIUM=1 AUTH_USER_MODEL='customuserapp.User'
12097
- python: 2.7
12198
env: DJANGO=1.9 DATABASE_URL='postgres://postgres@127.0.0.1/djangocms_test' SELENIUM=1 AUTH_USER_MODEL='customuserapp.User'
12299
- python: 3.3

‎README.rst

+1-1

0 commit comments

Comments
 (0)
Please sign in to comment.