Drop Python 2.6 compatibility

This commit is contained in:
Iacopo Spalletti 2017-06-06 21:46:00 +02:00
parent edd96b6dc6
commit 0440c7a794
No known key found for this signature in database
GPG Key ID: BDCBC2EB289F60C6
3 changed files with 7 additions and 5 deletions

View File

@ -9,7 +9,6 @@ python:
- 3.4
- 3.3
- 2.7
- 2.6
env:
matrix:
@ -33,7 +32,6 @@ env:
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- "if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then export PYVER=py26; fi"
- "if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then export PYVER=py27; fi"
- "if [[ $TRAVIS_PYTHON_VERSION == '3.3' ]]; then export PYVER=py33; fi"
- "if [[ $TRAVIS_PYTHON_VERSION == '3.4' ]]; then export PYVER=py34; fi"

View File

@ -4,6 +4,12 @@
History
=======
*******************
0.8.13 (unreleased)
*******************
* Drop python 2.6 compatibility
*******************
0.8.12 (2017-03-11)
*******************

View File

@ -1,11 +1,9 @@
[tox]
envlist = pep8,isort,py{35,34,27}-django{19}-{cms34,cms33,cms32,knocker},py{35,34,33,27}-django{18}-cms{34,33,32,31},py{34,33,27}-django{17,16}-cms{32,31,30},py{26}-django16-cms{31,30}
envlist = pep8,isort,py{35,34,27}-django{19}-{cms34,cms33,cms32,knocker},py{35,34,33,27}-django{18}-cms{34,33,32,31},py{34,33,27}-django{17,16}-cms{32,31,30}
[testenv]
commands = {env:COMMAND:python} cms_helper.py test djangocms_blog
deps =
py26: unittest2
py26: Pillow<4.0
django16: Django>=1.6,<1.7
django16: django-taggit<0.18
django16: django-mptt<0.8